Advertisement
Guest User

Untitled

a guest
Jan 21st, 2017
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. <?php
  2.  
  3. wp_mail('myemail@mydomain.com','test','hi');
  4.  
  5. ?>
  6.  
  7. <?php
  8.  
  9. require_once('wp-load.php');
  10.  
  11. wp_mail('myemail@mydomain.com','test','hi');
  12.  
  13. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement