sabuhish / fastapi-mail

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

How to sign mails with dkim? #203

Open Tamerlan-hash opened 10 months ago

Tamerlan-hash commented 10 months ago

i have lowest rating of mail security when i send mail through this lib. I have private key DKIM and i need to sign all my mail

ulysses500 commented 3 months ago

You should be able to sign with dkimpy, but the documentation is poor.