Main.xaml: You must provide a value for Account

Hi there, I am new to Automation.

Can someone guide me on how to clear this error " Main.xaml: You must provide a value for Account."

It happens each time I am sending an email via gmail.

Note: I haven’t tried it yet with outlook yet.

Hi @Minhajuddin_Mohammed
Please Follow the below steps for sending the mail through SMTP activity.

1)Sever: smtp.gmail.com

2)Port :465

3)From: your account userid,passwd –create variables or u can use arguments call them run time

4)To whom you are sending-email

  1. subject –easy for everyone to understand

6)body :email body–sometimes they will from external

7)optional username

Thanks

1 Like

Thanks @pravin_calvin for the immediate response. I will follow these steps.