Created
October 7, 2015 03:18
-
-
Save mateeyow/1a010ee583281dd071cc to your computer and use it in GitHub Desktop.
Sending mail function on wordpress
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$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