Hello, Is there a way in uipath to send mail from an environment where outlook is not installed and in addition to that there is no option to enable SMTP for outlook account

Hello, Is there a way in UiPath to send mail from an environment where outlook is not installed and in addition to that there is no option to enable SMTP for outlook account ?
Any one help.

1 Like

Hi @ASWATHY_K ,

You can use Send SMTP Mail Message activity and provide the server and port (port is not required if you are using the domain SMTP). and authentication needs to be done, so provide the username and password of your mail.

Here’s the documentation for the activity: https://docs.uipath.com/activities/docs/send-mail

Hope this helps.

Kind regards,
Kenneth

Hi,

you can use the exchange activities to achieve the same thing . Please check