Guest User

Untitled

a guest
May 21st, 2018
380
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. $ mail -V
  2. 12.5 6/20/10
  3.  
  4. echo -e "body" | mail -s 'subject' -b hidden1@server.com,hidden2@server.com visible@server.com
  5.  
  6. To: visible@server.com
  7. Bcc: hidden1@server.com,hidden2@server.com
  8.  
  9. $ mail -S smtp=localhost -s 'test message' -b other@domain.com email@domain.com
  10. la la la
  11. .
  12.  
  13. $ echo -e "body text line1nline2nnsent at: $(date)" | mailx --append='FROM:Foghorn Leghorn <fleghorn@sender-domain.com>' --append='BCC:recipient1@acme.com' -s "test subject" -- recipient@acme.com mickey@mouse.com minnie@mouse.com
Add Comment
Please, Sign In to add comment