DISQUS

Alexey Zakhlestin's blog: SMTP legacy

  • Peter Mescalchin · 1 year ago
    Another solution is to encode your mail bodies using quoted-printable, either with a pure PHP solution or using the imap_8bit() function from the IMAP lib.

    Agreed, it does show how arcane the whole internet mail thing really is :)