Guest User

Untitled

a guest
Jul 26th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. # freebsd sending mail
  2. $ printf "Subject:title\nTo:[email protected]\nFrom:[email protected]\n\nThis is test message." | sendmail -v -f [email protected] [email protected]
Advertisement
Add Comment
Please, Sign In to add comment