Advertisement
Guest User

Untitled

a guest
Jul 26th, 2016
54
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:to@example.com\nFrom:from@example.com\n\nThis is test message." | sendmail -v -f from@example.com to@example.com
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement