Guest User

Untitled

a guest
Jun 11th, 2018
406
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. # -------------------------------------------------------------------------------------------- #
  2. # Config file for sSMTP sendmail #
  3. # -------------------------------------------------------------------------------------------- #
  4. # The person who gets all mail for userids < 1000
  5. # Make this empty to disable rewriting.
  6.  
  7. #root=postmaster
  8.  
  9. # The place where the mail goes. The actual machine name is required no
  10. # MX records are consulted. Commonly mailhosts are named mail.domain.com
  11.  
  12. #mailhub=smtp.gmail.com:587
  13.  
  14. # Where will the mail seem to come from?
  15.  
  16. #rewriteDomain=gmail.com
  17.  
  18. # The full hostname
  19.  
  20. #hostname=gmail.com
  21.  
  22. # Are users allowed to set their own From: address?
  23. # YES - Allow the user to specify their own From: address
  24. # NO - Use the system generated From: address
  25.  
  26. #FromLineOverride=YES
  27. # -------------------------------------------------------------------------------------------- #
  28. # Custom setting of ssmtp for the pi 3 Model 3 to send emails #
  29. # -------------------------------------------------------------------------------------------- #
  30.  
  31. root=yourgmailaccount@gmail.com
  32. AuthUser=yourgmailaccount@gmail.com
  33. AuthPass=yourEmailPassword
  34. FromLineOverride=YES
  35. mailhub=smtp.gmail.com:587
  36. UseSTARTTLS=YES
  37.  
  38. # -------------------------------------------------------------------------------------------- #
Add Comment
Please, Sign In to add comment