sabuhish / fastapi-mail

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

Authentification working locally - not on staging aws serveur #212

Open TheFashionBook opened 6 months ago

TheFashionBook commented 6 months ago

Hello guys,

I have an issue when sending an emai from my staging serveur (aws) : authentification error see below : fastapi_mail.errors.ConnectionErrors: Exception raised (535, '5.7.8 Error: authentication failed: UGFzc3dvcmQ6'), check your credentials or email service configuration Exception raised (535, '5.7.8 Error: authentication failed: UGFzc3dvcmQ6'), check your credentials or email service configuration

I'm able to send email from my local computer with exactly the same credentials. My email is a professional one from Hostinger.

If somebody has an idea about this.

Thank you very much