Support > Forums > OpenBots Studio > how does the SMTP automation work?

how does the SMTP automation work?

CMR Sankar

  • Reporter
  • Calender Icon July 03,2021 at 11:41 AM

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 314 topics, 681 replies, and was last updated 8 days ago by Support Agent

Abhay Gautam

  • Participant
  • Calender Icon July 07,2021 at 12:08 PM

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.