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 173 topics, 516 replies, and was last updated 10 months ago by Ehtesham Abad
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***MASKED_PATH***.SystemAutomation***MASKED_PATH***.1/commands/Send%20SMTP%20Email%20Command https://gallery.openbots.io/packagedetail***MASKED_PATH***.Server***MASKED_PATH***.1/commands/Send%20Server%20Email%20Command
You are not authorized to reply, please click here to login and add your reply to this topic.