flatpressblog / flatpress

FlatPress is a lightweight, easy-to-set-up flat-file blogging engine.
https://flatpress.org
GNU General Public License v2.0
185 stars 57 forks source link

No e-mail will be sent if the e-mail header contains non-ASCII characters. #209

Closed Fraenkiman closed 1 year ago

Fraenkiman commented 1 year ago

Hello all,

Email notification is not sent if a new comment has been left and if the subject in the email header contains non-ASCII characters. The subject line of an email is a separate header line, and headers can only contain ASCII characters.

Similar to Issue #207

Best regards Frank

azett commented 1 year ago

fixed with PR210