http://caspian.dotconf.net/menu/Software/SendEmail/sendEmail-v156.zip (1.4mb Sep 29th, 2009) TLS supported
sendemail-v1_56 params
FAQ писал(а):
Frequently Asked Questions
Q: How do I send email through GMail (Google Mail) servers?
A: Just use port 587 and TLS. Example:
sendEmail -o tls=yes -f YourEmail@gmail.com -t SomeoneYoureEmailing@domain.com -s smtp.gmail.com:587 -xu YourEmail@gmail.com -xp YOURPASSWORD -u "Hello from sendEmail" -m "How are you? I'm testing sendEmail from the command line."