sabuhish / fastapi-mail

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

Adds custom headers and mime type to attachments (#92) #93

Closed wjurkowlaniec closed 2 years ago

wjurkowlaniec commented 2 years ago

Fixes #92

wjurkowlaniec commented 2 years ago

@marktennyson done

sabuhish commented 2 years ago

@wjurkowlaniec Thank you for your work! I have also added tests for custom headers and refactored a bit of codebase. Now we can merge to the master.

wjurkowlaniec commented 2 years ago

thank you :)