Return to Snippet

Revision: 21128
at December 3, 2009 23:56 by webonomic


Initial Code
mail -s "My subject line" [email protected] < emailbody.txt

Initial URL


Initial Description
This command will email the contents of emailbody.txt to [email protected] with the subject My subject line.

Initial Title
Send email using mail command on linux

Initial Tags
command, mail, line

Initial Language
Bash