sabuhish / fastapi-mail

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

Duplicated body content when opening emails sent via FastAPI-mail #151

Closed DAguirreAg closed 1 year ago

DAguirreAg commented 1 year ago

After using one of the examples provided in the documentation (and modifying MAIL_USERNAME, MAIL_PASSWORD, MAIL_FROM and MAIL_SERVER accordingly to use gmail's smtp), I realized that the email's content I am receiving from FastAPI-main is duplicated. (First with the tags visible, and second with the tags being applied).

I directly copied the documentation's example and modified just the essentials so I am not sure if this is the expected behavior from FastAPI-mail.

Screenshot from 2022-10-10 19-04-51

sabuhish commented 1 year ago

Hi @DAguirreAg there is work going on it. #150 will have more changes to be committed soon. We will have newly updated README.md and docs. On the other hand, some functionality will be renewed.

I suggest you read the discussion we had: https://github.com/sabuhish/fastapi-mail/discussions/85

Thanks.