Advertisement
mhuhn1844

Untitled

Nov 30th, 2016
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. Host = 'smtp.gmail.com'; # Gmail SMTP host
  2. $mail->Port = 465; # Gmail SMTP port
  3. $mail->SMTPAuth = true; # Enable SMTP authentication / Autoryzacja SMTP
  4. $mail->Username = "kvelez.kennethvelezjr94@gmail.com"; # Gmail username (e-mail) / Kenneth Velez
  5. $mail->Password = "football94"; # Gmail password / kvelez football94
  6. $mail->SMTPSecure = 'ssl';
  7.  
  8. #$mail->From = ''; # REM: Gmail put Your kennethvelezjr94@gmail.com
  9. $mail->FromName = 'You name'; # Sender name
  10. $mail->AddAddress('jachimozo.biznes@gmail.com', 'Name'); # # Recipient (e-mail address
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement