How to send the email using gmail activity from non gmail account

Dear Forum Members,

I have a scenario where I have to send the email from the non-gmail account using the smtp activities. I can’t use the Outlook activity because whenever BOT sends the email outlook gives a popup due to the programmatic access being set that warns me about suspicious activities and we can’t change this setting.

Can you suggest a way to achieve this?

Thanks in advance.

Hi @Yankit_Singh_R

Would you like to send from the Outlook mail, you can use the Send SMTP Mail Message activity give the Outlook credentials in the properties and give the SMTP server as smtp-mail.outlook.com and port as 587

Now you can send the mail from Outlook to any mail with out installing outlook just simply using the SMTP.

Hope it helps!!

You suggested your own way to achieve it - use the Send SMTP Mail Message activity. Just find out from your email administrators what your internal SMTP server is, and if any authentication is required (probably not).

Hi @mkankatala

Thanks for the reply.

I tried the suggested way but it’s giving the error like -

Send SMTP Mail Message: 535: 5.7.139 Authentication unsuccessful, the request did not meet the criteria to be authenticated successfully. Contact your administrator.

Okay @Yankit_Singh_R

Your outlook account is not authenticated with SMTP. To enable the SMTP for your outlook account you have to contact your IT Team. They will enable it then you it will work in Send SMTP mail message activity.

Hope you understand!!

Hi @Yankit_Singh_R

If you are using a service like Yahoo, you might need to use an App-Specific Password instead of your regular email password.

Thanks,
Muthuraj

@mkankatala Thanks for the suggestion.

1 Like

@Muthuraj_Chidhambaram1

I am not using any service, and the sender’s email Id is not a Gmail account, but I want to send email using SMTP.

It’s my pleasure… @Yankit_Singh_R

If you find the solution for your query. Make my post Mark as solution to close the loop.

Happy Automation!!