Skip to content
Snippets Groups Projects
  • Jared Hancock's avatar
    mail: Ensure proper encoding of the To header · 98fef45c
    Jared Hancock authored
    When using the php mail() function, the To: header encoded in the Mail_mime
    library was not properly transferred to the $to variable passed to the mail
    backend. The mail() function will add its own To: header which will
    mimic the received destination address.
    
    This patch ensures that the $to parameter is properly encoded.
    98fef45c