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

Contact form cannot send mails if the blog title contains an umlaut #207

Closed Fraenkiman closed 1 year ago

Fraenkiman commented 1 year ago

Hello all,

if the blog title contains an umlaut (ÄäÜü...), the contact form email may be rejected by the email server. The subject line of an email is a separate header line, and headers can only contain ASCII characters.

Possible solution https://ncona.com/2011/06/using-utf-8-characters-on-an-e-mail-subject/

Best regards Frank

azett commented 1 year ago

fixed with PR212

azett commented 1 year ago

My fault, PR208 is still to be merged.