Skip to content

Instantly share code, notes, and snippets.

@mateeyow
Created October 7, 2015 03:18
Show Gist options
  • Save mateeyow/1a010ee583281dd071cc to your computer and use it in GitHub Desktop.
Save mateeyow/1a010ee583281dd071cc to your computer and use it in GitHub Desktop.
Sending mail function on wordpress
$headers = 'From: Team Pasalubong <[email protected]>' . "\r\n";
wp_mail('[email protected]', 'Test Mail After Purchase', 'TESTING', $headers);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment