Advertisement
Guest User

Untitled

a guest
Jul 16th, 2015
348
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. smtp_server=smtp.gmail.com
  2. smtp_port=465
  3. smtp_ssl=auto
  4. auth_username=myemail@gmail.com
  5. auth_password=password
  6. pop3_server=
  7. pop3_username=
  8. pop3_password=
  9. force_sender=myemail@gmail.com
  10. force_recipient=
  11. hostname=localhost
  12.  
  13. [mail function]
  14. ; XAMPP: Comment out this if you want to work with an SMTP Server like Mercury
  15. SMTP = smtp.gmail.com
  16. smtp_port = 465
  17.  
  18. ; For Win32 only.
  19. ; http://php.net/sendmail-from
  20. sendmail_from = sinc964@gmail.com
  21.  
  22. ; XAMPP IMPORTANT NOTE (1): If XAMPP is installed in a base directory with spaces (e.g. c:program filesC:xampp) fakemail and mailtodisk do not work correctly.
  23. ; XAMPP IMPORTANT NOTE (2): In this case please copy the sendmail or mailtodisk folder in your root folder (e.g. C:sendmail) and use this for sendmail_path.
  24. ; XAMPP: Comment out this if you want to work with fakemail for forwarding to your mailbox (sendmail.exe in the sendmail folder)
  25. sendmail_path = ""C:xamppsendmailsendmail.exe" -t"
  26.  
  27. ; XAMPP: Comment out this if you want to work with mailToDisk, It writes all mails in the C:xamppmailoutput folder
  28. ;sendmail_path="C:xamppmailtodiskmailtodisk.exe"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement