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

use formataddr to create FROM header #211

Closed tsuzukit closed 1 month ago

tsuzukit commented 7 months ago

Hi, thanks for the great library.

I found if MAIL_FROM_NAME contains non ASCII characters, FROM header is not correctly encoded and mail is rejected by service like gmail. This PR is to fix this issue by using formataddr for FROM header encoding.

Please let me know if there is any questions or something I should do!

Turall commented 1 month ago

Hi, @tsuzukit thank you for your PR!