Skip to content

Instantly share code, notes, and snippets.

@mateeyow
Created October 7, 2015 03:18
Show Gist options
  • Select an option

  • Save mateeyow/1a010ee583281dd071cc to your computer and use it in GitHub Desktop.

Select an option

Save mateeyow/1a010ee583281dd071cc to your computer and use it in GitHub Desktop.
Sending mail function on wordpress
$headers = 'From: Team Pasalubong <no-reply@mypasalubong.com>' . "\r\n";
wp_mail('matthew.torres211@gmail.com', 'Test Mail After Purchase', 'TESTING', $headers);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment