Significant-Gravitas / Auto-GPT-Plugins

Plugins for Auto-GPT
MIT License
3.9k stars 564 forks source link

Email plugin error #124

Open 1illeke opened 1 year ago

1illeke commented 1 year ago

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:

jakebreaks commented 1 year ago

I am getting the same error. I have tried changing SMTP port server and made sure to enable IMAP in gmail settings.

jakebreaks commented 1 year ago

Try generating an app-specific password. I was able to do so using my iCloud account.

ntindle commented 1 year ago

@riensen

schulze117 commented 1 year ago

I am getting the same error. I also tried to enable IMAP in Gmail settings.

1illeke commented 1 year ago

Did try generating the code and when given it still goes to the same loop

d3acon15 commented 1 year ago

Is there a secure alternative to implementing email? The option for app passwords has been removed from Gmail accounts.