Can we send mail without using system configured outlook in Uipath

Hi

As per my requirement, I don’t want to send mail via the outlook installed on my system. Is there any script or activity in Uipath to send mail directly.

Thanks
Alamgir

If you know what kind of protocol the mail server supports, you can send email via SMTP, IMAP, Exchange Server.
Since I don’t like Outlook, I use the Exchange function to send or receive mail.

image

image

1 Like

@JIHUN…Thanks for the response…How and from where do you know about the ExchangeVersion and server??

1 Like

Naturally, the most accurate way is to ask the Exchange Server admin.
However, there is a way to confirm. If you already have Outlook available,

  1. Version

After running Outlook, Ctrl + right-click the Outlook icon on the taskbar and click Connection Status.
Then check the version on the right.

For the Exchange Version Name according to the version, refer to the Msdn document below. As it is usually backwards compatible, there is no problem with the version below.

image

  1. URL
    You can easily check your Exchange Server URL by right-clicking the Outlook icon again and clicking Auto Configure Test to enter your domain and PW.

2 Likes

@JIHUN…Thanks buddy.

1 Like