I’ve just started evaluating UIPath for use within our organisation and thought i would start off with something simple. I’m attempting to build a simple robot to iterate over all emails within a particular gmail label and forward them on to another mailbox.
I’m able to iterate over the emails and display details about each email, but i receive an error when sending an email using our SMTP server. Our SMTP server does not require authentication.
The error i receive is as follows;
Am i doing something wrong, or is there another method to set the “Send SMTP Mail Message” activity to not require authentication?
After configuration you ll get the password for using in uipath SMTP send mail message activity you need to give below properties.
Email → body,subject
Host->port and server
Login-> mail id and password->generated password
If you are using html structure check isbodyashtml property.