Guest User

Untitled

a guest
Jan 25th, 2017
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. mail('[email protected]', 'Mon Sujet', 'test');
  2.  
  3. #
  4. # Config file for sSMTP sendmail
  5. #
  6. # The person who gets all mail for userids < 1000
  7. # Make this empty to disable rewriting.
  8. # Example for relaying to Gmail servers
  9. mailhub=smtp.gmail.com:587
  10. AuthPass=myPassword
  11. UseTLS=YES
  12. UseSTARTTLS=YES
  13.  
  14. # The place where the mail goes. The actual machine name is required no
  15. # MX records are consulted. Commonly mailhosts are named mail.domain.com
  16. mailhub=mail
  17.  
  18. # Where will the mail seem to come from?
  19. #rewriteDomain=
  20.  
  21. # The full hostname
  22. hostname=33842653d6db
  23.  
  24. # Are users allowed to set their own From: address?
  25. # YES - Allow the user to specify their own From: address
  26. # NO - Use the system generated From: address
  27. #FromLineOverride=YES
  28.  
  29. # sSMTP aliases
  30. #
  31. # Format: local_account:outgoing_address:mailhub
  32. #
  33. # Example: root:[email protected]:mailhub.your.domain[:port]
  34. # where [:port] is an optional port number that defaults to 25.
  35. root:[email protected]:smtp.gmail.com:587
Advertisement
Add Comment
Please, Sign In to add comment