Advertisement
Guest User

Untitled

a guest
Nov 13th, 2013
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. $mail = new PHPMailer;
  2. $mail->IsSMTP();
  3. $mail->Host = 'smtp.zoho.com:465';
  4. $mail->SMTPAuth = true;
  5. $mail->Username = 'no-reply@fate.lv';
  6. $mail->Password = '******';
  7. $mail->SMTPSecure = 'ssl';
  8.  
  9. $mail->From = 'no-reply@fate.lv';
  10. $mail->FromName = 'Fate Roleplay';
  11. $mail->AddAddress($email);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement