Showing posts with label mail in UNIX. Show all posts
Showing posts with label mail in UNIX. Show all posts

How to send mail in UNIX Using the UNIX Mail Program

mail -s "Subject" email@address.com

The above works for me. If I want to include a text file (for example, a "automatic reply" type email) your command would look as follows:
mail -s "Subject" email@address.com > /path/text_file
Try removing the "x" from "mailx" and see if that doesn't work