Hi!
'...| mini_sendmail...' to '...| sendmail...'
Code:
echo -e "From: xxx@xxxxx.xxx\nSubject: PUT SUBJECT HERE\nReply-to: xxx@xxxxx.xxx\n\nBODY OF MESSAGE GOES HERE" | sendmail xxx@xxxx.xxx -f xxx@xxxx.xxx
/opt/etc/esmtprc
Code:
hostname = smtp.gmail.com:25
starttls = required
identity = myname@gmail.com
username = myname
password = mypassword
starttls = enabled
You have too many 'starttls' line in config file. Comment 1st or 2nd. ( #starttls = )
Sorry, my isp don't use starttls (starttls = disabled). But I think, you must try the 'certificate_passphrase' line in config.
Or 'helo' line.
http://esmtp.sourceforge.net/esmtprc.5.html
http://www.macsat.com/macsat/compone...48/topic,36.0/
bye,
George