Script to send email unix with sendmail
Plain text email: cat << EOF | /usr/sbin/sendmail -t to: myemail@mysite.com from: “no reply” (Automated Processor) subject: My subject My email body. EOF Or HTML formatted email: cat
Read More Script to send email unix with sendmail