Guest User

Untitled

a guest
Aug 24th, 2017
437
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. smtp_server=smtp.gmail.com
  2. smtp_port=465
  3. smtp_ssl=auto
  4. auth_password=password
  5. pop3_server=
  6. pop3_username=
  7. pop3_password=
  8. force_recipient=
  9. hostname=localhost
  10.  
  11. [mail function]
  12. ; XAMPP: Comment out this if you want to work with an SMTP Server like Mercury
  13. SMTP = smtp.gmail.com
  14. smtp_port = 465
  15.  
  16. ; For Win32 only.
  17. ; http://php.net/sendmail-from
  18. sendmail_from = [email protected]
  19.  
  20. ; 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.
  21. ; 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.
  22. ; XAMPP: Comment out this if you want to work with fakemail for forwarding to your mailbox (sendmail.exe in the sendmail folder)
  23. sendmail_path = ""C:xamppsendmailsendmail.exe" -t"
  24.  
  25. ; XAMPP: Comment out this if you want to work with mailToDisk, It writes all mails in the C:xamppmailoutput folder
  26. ;sendmail_path="C:xamppmailtodiskmailtodisk.exe"
  27.  
  28. https://wordpress.org/plugins/wp-mail-smtp/
Advertisement
Add Comment
Please, Sign In to add comment