Closed shuding closed 8 years ago
Thanks a lot for your contribution, I wasn't aware!
The changes are included on pip, yagmail version 0.4.129 (you can upgrade using pip install -U yagmail
)
@kootenpv Now it works pretty well and thanks for merging!
I now made it optional (though still the default value).
Hi there =) I tried to send an email which contains some CJK characters using yagmail this afternoon but got an error:
It turns out that email.mime.text.MIMEText uses
us-ascii
as its default charset, and any non-ascii char will raise errors.Thanks!