Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- // easymail php api
- $username = "sharon";
- $password = EasyMaill::getPassword($_POST);
- EasyMail::authenticate($username, $password);
- EasyMail::sendMail("bobby@businessname", "Subject", "The message should be put here. Use HTML where possible.");
Advertisement
Add Comment
Please, Sign In to add comment