I’ve been using SMTP to send emails through a Gmail account, and it was working perfectly until last week. Now, I’m consistently getting the following error:
Send SMTP Mail Message: 535: 5.7.8 Username and Password not accepted
Here’s what I’ve already tried:
I’ve verified the email and password by logging into the Gmail account via the web — the credentials are correct.
No changes have been made to the SMTP settings in my application.
gmail disabled less secure apps, so smtp with your regular password now fails. so pls generate an app password from your google account. use this app password in your UiPath smtp activity instead of your regular password. this will restore email sending functionality.
I’m unsure why you’re using Google for sending with SMTP. SMTP is a basic protocol which does not require any sort of account to send with, you could just use your internal SMTP servers.