User Tools

Site Tools


playground:s-nail

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
playground:s-nail [2021/11/01 04:48] zilogplayground:s-nail [2021/11/01 04:51] zilog
Line 13: Line 13:
 To further automate sending simple messages the subject and an input file can generally be specified on the command line like so: To further automate sending simple messages the subject and an input file can generally be specified on the command line like so:
  
-<code>$ mailx -s "simple test" //some_user// < myfile </code>+<code>$ mailx -s "simple test" some_user < myfile </code>
  
 Most //mailx// implementations allow multiple addressees as well as CC / BCC recipients to be specified on the command line which makes it's fairly easy to automate the sending of regular broadcast-type emails. Most //mailx// implementations allow multiple addressees as well as CC / BCC recipients to be specified on the command line which makes it's fairly easy to automate the sending of regular broadcast-type emails.