Guest User

Untitled

a guest
Aug 31st, 2018
495
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. SMTP=smtp.gmail.com
  2. smtp_port=587
  3. sendmail_from = my-gmail-id@gmail.com
  4. sendmail_path = ""C:xamppsendmailsendmail.exe" -t"
  5.  
  6. smtp_server=smtp.gmail.com
  7. smtp_port=587
  8. error_logfile=error.log
  9. debug_logfile=debug.log
  10. auth_username=my-gmail-id@gmail.com
  11. auth_password=my-gmail-password
  12. force_sender=my-gmail-id@gmail.com
  13. sendmail_path="C:xamppmailtodiskmailtodisk.exe"
Add Comment
Please, Sign In to add comment