Skip to content
Snippets Groups Projects
Commit 857dd224 authored by Jared Hancock's avatar Jared Hancock
Browse files

mail: Ensure proper encoding of the To header

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.
parent d16b1e67
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment