Update ErroronConnect, Exp=MailConnect(1,'<SmtpServiceName>','<UserId>','<Password>')
Bloc If ErroronConnect=0
Update ErroronSend,
~~Exp= MailSend('<FromEmail>','<ToEmail>',",",'Test Email','Hello Email',")
Update ErroronDisconnect,
~~Exp= MailDisconnect(1,'FALSE'LOG)
End BlocBloc if ErroronConnect=0 and ErroronSend=0 and ErroronDisconnect=0 Verify Sending Test SUCCESSFUL!, Mode=Warning, Display=Box Bloc Else Verify Sending Test FAILED!, Mode=Warning, Display=Box End Bloc