Advertisement
Guest User

Untitled

a guest
Sep 28th, 2016
439
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. # Last Updated Sep 25, 2016
  2. #
  3. # Ensure google account configured for less secure apps first.
  4. # Be logged into your account and click this URL
  5. #
  6. # https://support.google.com/accounts/answer/6010255?hl=en-GB
  7. #
  8. # This file at /etc/ssmtp/ssmtp.conf
  9. #
  10. # BEFORE adding this script, run apt install ssmtp
  11. # I sudo to root for this.
  12. #
  13. # cd /etc/ssmtp
  14. # mv ssmtp.conf ssmtp-ORG.conf && nano ssmtp.conf
  15. #
  16. # Cell email addresses(for reference)
  17. # XXXXXXX@msg.XXXXXXX.com <- preferred
  18. # XXXXXXX@text.XXXXXX.com
  19. #
  20. # To check default mail from root, sendmail -V
  21. #
  22. mailhub=smtp.gmail.com:587
  23. UseSTARTTLS=YES
  24. AuthUser=XXXXXXX@gmail.com
  25. AuthPass=XXXXXXX
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement