stephenmcd / django-email-extras

PGP encrypted / multipart templated emails for Django

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Encoding for GPG

theithec opened this issue · comments

python-gnupg >= 0.3.6 uses "latin-1" as default encoding.
That makes email_extras.utils.send_mail('Subject', '(U+015B): ś', ... fail.

Possible fix: master...theithec:master

I merged your fix and pushed a new version to PyPI.

Thanks!