Advertisement
Guest User

Untitled

a guest
Jun 10th, 2017
753
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. ;;;;;;;;;;;;;;;;;;
  2. ; Email Settings ;
  3. ;;;;;;;;;;;;;;;;;;
  4.  
  5. [email]
  6.  
  7. ; Use SMTP for sending mail instead of mail()
  8. smtp = On
  9.  
  10. ; SMTP server settings
  11. smtp_server = ssl://smtp.gmail.com
  12. smtp_port = 465
  13.  
  14. ; Enable SMTP authentication
  15. ; Supported mechanisms: PLAIN, LOGIN, CRAM-MD5, and DIGEST-MD5
  16. smtp_auth = PLAIN
  17. smtp_username = myuserid@gmail.com
  18. smtp_password = mypassword
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement