Setting `$message->from` to `"hokuspokus.cz <info@hokuspokus.cz>"` causes the following header to be generated: ``` From: =?UTF-8?B?aG9rdXNwb2t1cy5jeg==?= <info@hokuspokus.cz> ``` This however causes Spamassassin to fire the rule `FROM_EXCESS_BASE64=0.979`, which means "From: base64 encoded unnecessarily" https://wiki.apache.org/spamassassin/Rules/FROM_EXCESS_BASE64