Guest User

Untitled

a guest
Dec 31st, 2017
499
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. /bin/sh -xe
  2.  
  3. username=""
  4. password=""
  5. to=""
  6.  
  7. # brew install sendemail
  8.  
  9. echo 'test' | sendemail -v -s smtp.gmail.com:587 -xu $username -xp $password -f $username -t $to -u 'test'
Add Comment
Please, Sign In to add comment