Guest User

Untitled

a guest
Oct 21st, 2016
5
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.25 KB | None | 0 0
  1. <?php
  2.  
  3. // easymail php api
  4.  
  5. $username = "sharon";
  6. $password = EasyMaill::getPassword($_POST);
  7. EasyMail::authenticate($username, $password);
  8.  
  9. EasyMail::sendMail("bobby@businessname", "Subject", "The message should be put here. Use HTML where possible.");
Advertisement
Add Comment
Please, Sign In to add comment