Skip to content

Instantly share code, notes, and snippets.

@hugsbrugs
Created April 22, 2016 07:50
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 hugsbrugs/17a54a05ae290c6a11c573e2af3dae64 to your computer and use it in GitHub Desktop.
Save hugsbrugs/17a54a05ae290c6a11c573e2af3dae64 to your computer and use it in GitHub Desktop.
PHP reminder and how too
# PHP mail change FROM (when auto set as www-data by web server)
mail([to], [subject], [message], [headers], "-f hugo@maugey.fr -F Hugo Maugey");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment