Jul 8, 2004 #1 anjaan Technical User Jul 8, 2004 2 US Hi all, How would I add custom headers when sending an email from Linux command line? #sendmail toaddress@.com This sends a blank email with no subject or body. Thanks
Hi all, How would I add custom headers when sending an email from Linux command line? #sendmail toaddress@.com This sends a blank email with no subject or body. Thanks
Jul 9, 2004 #2 perda04 Technical User Mar 13, 2003 13 US Have a look at the command mail. echo "This is a test" | mail -s "subject" user@hostname.tld Upvote 0 Downvote
Jul 9, 2004 Thread starter #3 anjaan Technical User Jul 8, 2004 2 US Thaanks. I would also like to include headers along with subject and body. Is there a way to do that? Upvote 0 Downvote
Thaanks. I would also like to include headers along with subject and body. Is there a way to do that?