Nov 28, 2002 #1 amacbean Programmer Nov 18, 2002 9 US What is the best way to send an email from the command line? I have had a look at sendmail but it seems you cannot specify the Subject from the command line??
What is the best way to send an email from the command line? I have had a look at sendmail but it seems you cannot specify the Subject from the command line??
Nov 28, 2002 1 #2 kasparov Programmer Feb 13, 2002 203 GB Try mailx - eg: mailx -s subject email_address < your_text_file Upvote 0 Downvote