sabuhish / fastapi-mail

Fastapi mail system sending mails(individual, bulk) attachments(individual, bulk)
https://sabuhish.github.io/fastapi-mail/
MIT License
698 stars 81 forks source link

Internal Server Error 500 #145

Closed abushoeb closed 2 years ago

abushoeb commented 2 years ago

The module perfectly works on my local computer. However, the same application and credentials throw a 500 Internal Server Error on AWS. Here are the details error message:

{
  "status": false,
  "message": "Exception raised (535, 'Incorrect authentication data'), check your credentials or email service configuration"
} 

Did anyone else experience a similar problem?

sabuhish commented 2 years ago

Maybe the secrets you provide are hashed or something related to this, it should be a problem if you use the same authentication keys.