Skip to content

Instantly share code, notes, and snippets.

@madr
Created November 3, 2011 17:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save madr/1337116 to your computer and use it in GitHub Desktop.
Save madr/1337116 to your computer and use it in GitHub Desktop.
Tackle Outlook 2011 and utf-8 decoded emails
<?php
$subject = "=?UTF-8?B?" . base64_encode($subject) . "?=";
// mail( ... )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment