Email plugin error
Command send_email returned: Error: b'[AUTHENTICATIONFAILED] Invalid credentials (Failure)'
I have in the .env file pasted the email part and added corrct credentials. I use Gmail. even addded a txt file to autgpts workspace with correct credentials and it reads them and says that they are correct. But still gives an error.
This is an error from a try where i gave a txt file with correct credentials. But its the same when i dont give the txt file.
THOUGHTS: I have verified that the correct credentials are being used. I will now use the 'send_email' command to send the email again. REASONING: Since the credentials have been verified, I can use the 'send_email' command to send the email again. PLAN:
- Use the 'send_email' command to send the email CRITICISM: I need to ensure that the email is properly composed before sending it. NEXT ACTION: COMMAND = send_email ARGUMENTS = {'to': '[email protected]', 'subject': 'Second Introduction', 'body': "Hello again,\n\nI just wanted to follow up on my previous email and reiterate that I am available to assist you with any email-related tasks you may have. Please don't hesitate to reach out if you need anything.\n\nBest regards,\nGmailBotGPT"} SYSTEM: Command send_email returned: Error: b'[AUTHENTICATIONFAILED] Invalid credentials (Failure)'
I am getting the same error. I have tried changing SMTP port server and made sure to enable IMAP in gmail settings.
Try generating an app-specific password. I was able to do so using my iCloud account.
@riensen
I am getting the same error. I also tried to enable IMAP in Gmail settings.
Did try generating the code and when given it still goes to the same loop
Is there a secure alternative to implementing email? The option for app passwords has been removed from Gmail accounts.