Skip to content

Instantly share code, notes, and snippets.

@djaoka
Created July 14, 2014 13:12
Show Gist options
  • Save djaoka/0014b145a010e119edd6 to your computer and use it in GitHub Desktop.
Save djaoka/0014b145a010e119edd6 to your computer and use it in GitHub Desktop.
Format UTF8 Sender for mailing in PHP
$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