Anyone has a demo available?
Sendmail is said to be not scalable,but it's free,so I decided to use it first for now:)
The following works:
( echo "From: ${from}"; echo "To: ${to}"; echo "Subject: ${subject}"; echo "Content-Type: text/html"; echo "MIME-Version: 1.0"; echo ""; echo "${message}"; ) | sendmail -t
For troubleshooting msmtp, which is compatible with sendmail, see:
sendmail
I want to send an email from a Linux Shell script. What is the standard command to do this and do I need to set up any special server names?
How can I send an HTML email using a shell script?
I setup sendmail server with inhmail.walkingtree.in in local when i tried to sen dmail from other email servers i am getting the following error , This message was created automatically by mail delivery software. A message that you sent …