Skip to content

Instantly share code, notes, and snippets.

@Tmeister
Created August 5, 2014 19:14
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 Tmeister/c313c63489930b3d67c1 to your computer and use it in GitHub Desktop.
Save Tmeister/c313c63489930b3d67c1 to your computer and use it in GitHub Desktop.
<?php
function ec_mail_from ($email ){
return 'joe@doe.com'; // new email address from sender.
}
add_filter( 'wp_mail_from', 'ec_mail_from' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment