Support > Forums > OpenBots Studio > how does the SMTP automation work?
I can't find any documentation for sending an SMTP mail through OpenBots Studio. Each time I enter a password in the required field, it just throws a syntax error. I have also tried assigning values to a variable and then assigning those variables to the required fields, Still throws the same error.
Where can I find documentation about the syntax of the various data types?
This forum has 317 topics, 687 replies, and was last updated 4 months ago by Nataly Alvarado...
Hey Sankar, for entering password, you will have to create a SecureString datatype variable and use New SecureString command to store the password value so your passwords are handled securely.
Regarding documentation, you can refer below mentioned links : https://gallery.openbots.io/packagedetail/OpenBots.Commands.SystemAutomation/1.5.1/commands/Send%20SMTP%20Email%20Command https://gallery.openbots.io/packagedetail/OpenBots.Commands.Server/1.5.1/commands/Send%20Server%20Email%20Command
You are not authorized to reply, please click here to login and add your reply to this topic.