Advertisement
Guest User

Untitled

a guest
Jan 30th, 2017
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. $mail->isSMTP();
  2. $mail->Host = 'localhost';
  3. $mail->Port = 25;
  4. $mail->Username = "yourname@example.com";
  5. $mail->Password = "yourpassword";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement