Created
July 14, 2014 13:12
-
-
Save djaoka/0014b145a010e119edd6 to your computer and use it in GitHub Desktop.
Format UTF8 Sender for mailing in PHP
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$email = '=?UTF-8?B?' . base64_encode($sender) . '?='." <".$email.">"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment