Sending emails from command line examples

From wiki
Revision as of 10:37, 10 February 2020 by PeterThorpe (talk | contribs) (Created page with "this is info for future work: # examples https://blog.edmdesigner.com/send-email-from-linux-command-line/ # this works on marvin and keenedy cat contents_of_file.tx | s...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

this is info for future work:


  1. examples

https://blog.edmdesigner.com/send-email-from-linux-command-line/

  1. this works on marvin and keenedy

cat contents_of_file.tx | sendmail $USER@st-andrews.ac.uk

  1. ssmtp

http://the-welters.com/professional/smtp.html