Advertisement
Guest User

Untitled

a guest
Jan 5th, 2016
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. smtp_server=smtp.gmail.com
  2. smtp_port=587 (some recommend using smtp_port=25 but for me 587 worked)
  3. error_logfile=error.log
  4. debug_logfile=debug.log
  5. auth_username=myemail@gmail.com
  6. auth_password=yourgmailpassword
  7. force_sender=myemail@gmail.com
  8.  
  9. Next, make the following change in your php.ini (C:xamppphpphp.ini) file:
  10.  
  11. sendmail_path = “”C:xamppsendmailsendmail.exe” -t”
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement