UiPATH Send SMTP Mail

UiPATH Send SMTP Mail

Dear Learner,

Greetings from edureka!

In order to send and receive emails using your Google Account in UiPath you need to ensure the follow are step up correctly.

POP and IMAP enabled for the account

After logging in into your gmail account kindly visit the settings area and check if POP and IMAP  are enabled.

Refer to screenshot below. 





Two Step Verification is set up for your account

Kindly visit the Security Section of your Google Account  https://myaccount.google.com/security?gar=1 

In the signing into Google section click on Off. If two step Verification is already step up proceed to Generating an App Specific Password.




Follow the on screen instructions to set up two step verification. The steps are self explanatory.


Once Two Step Verification is set up. You will see App Password in the Signing in to Google section.




Click on None and click on select an app and select Custom



Enter UiPath as the app name and click generate.




You will be give a password like this which you need to copy and store in a safe place as it cannot be reset and you will have to regenerate a new one if it is lost.






Next in UiPath Send SMTP Mail Message activity.

use your email and the newly generated app specific password to send mails.




Hope this helps. If there are any other issues, please feel free to reach us and we will be glad to help.

Regards

Technical Consultant
edureka!

    • Related Articles

    • UIPATH on Windows 7

      Dear Learner, Greetings from edureka! Kindly follow the links below to install UiPath on your computer. Download UiPath from the link below https://download.uipath.com/beta/UiPathStudioSetup.exe Kindly run the installer and follow the on screen ...
    • UiPath on Mac

      Dear Learner, Greetings from edureka! UiPath Studio is a windows only software. However there are a few work arounds that you could explore to install it on you Mac. Kindly follow the link ...
    • UiPath Passing Arguments between workflows

      Dear Learner, Greetings from edureka! Kindly find attached a workflow file that will demonstrate Arguments and passing arguments between two sequences. argSQ01Name and argSq01Gender are arguments created in Sq01 sequence to ...
    • Get Name of Process

      Dear Learner, Greetings from edureka! If you need to check the name for any process, kindly got to your Task Manager and click on More details at the bottom left corner Expand the process group and right click on any of the processes and click on ...
    • Deploy Nodejs Application on AWS EC2 Instance

      Below are the steps in order to deploy nodejs application on AWS Ec2 Instance- Launch an EC2 instance SSH into your instance Install Node.js Install Git and clone repository from GitHub Start the node.js app Keep App running using Pm2 (sudo pm2 start ...