Saturday, 16 April 2016

How do I send email with linux ?


email can be sent in Linux using the mail command :
mail [options] [users]

Options include :
   -s for subject
   -c for CC
   -b for BCC

Example
mail user_name -s "hello"

No comments:

Post a Comment

Note: only a member of this blog may post a comment.