Guest User

Untitled

a guest
Aug 22nd, 2018
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. why terminal mail doesn't work?
  2. sudo apt-get install mailutils
  3.  
  4. echo "message" | mail -s "subject" my@email.com
  5.  
  6. root=username@gmail.com
  7. mailhub=smtp.gmail.com:587
  8. rewriteDomain=
  9. hostname=username@gmail.com
  10. UseSTARTTLS=YES
  11. AuthUser=username
  12. AuthPass=password
  13. FromLineOverride=YES
Add Comment
Please, Sign In to add comment