Advertisement
Guest User

Untitled

a guest
Dec 7th, 2019
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.20 KB | None | 0 0
  1. //Test for Heroku deployment and git
  2.  
  3. <?php
  4.  
  5. $to = 'andrew_live@hotmail.com';
  6.  
  7. $subject = 'this is our test email';
  8.  
  9. $message = 'hi there, thanks for testing';
  10.  
  11.  
  12. mail($to,$subject,$message);
  13.  
  14.  
  15. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement