Skip to content

Instantly share code, notes, and snippets.

@sBuchhop
Created February 17, 2012 11:52
Show Gist options
  • Save sBuchhop/1852934 to your computer and use it in GitHub Desktop.
Save sBuchhop/1852934 to your computer and use it in GitHub Desktop.
PHP Mail - Encode Subject done right
<?php
$subject = "=?utf-8?B?".base64_encode('Lorem ipsum dolor. Subject must not be longer than 75 Chars including the Part with =?charset?encoding')."?=";
?>
@sBuchhop
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment