Command line mailing in Linux
Mail a file with a subject and attach a file.
mail -s "Subject goes here" 'email addresses here, comma separated if more than one' < /path/to/filetoattachment
mail -s "Subject goes here" 'email addresses here, comma separated if more than one' < /path/to/filetoattachment
Comments
Post a Comment