domodwyer / mailyak

An elegant MIME/SMTP email library with support for attachments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incorrect DKIM authentication when the from name has special characters

aandrade1234 opened this issue · comments

When the from name have a special character it doesn't correctly authenticates DKIM when sending AWS SES raw emais. To fix the issue I must mime encode the from name using the following code: mail.FromName(mime.QEncoding.Encode("UTF-8","Canal Agrícola"))

commented

Hi @aandrade1234

This is really good to know, thanks! I'll patch mailyak when I'm back in the country.

Dom

commented

Hi @aandrade1234

Check out 5711ad5 (v3.0.3) which should solve this - thanks!

Dom