Advertisement
Guest User

Untitled

a guest
Sep 12th, 2016
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. $From = "support@example.com";
  2. $Sender = "support@example.com";
  3. $Mailer = "sendmail";
  4. $Host = "smtp.office365.com";
  5. $SMTPAuth = true; //probably not needed
  6. $Username = "support@example.com";
  7. $Password = "xyz"; //probably not needed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement