Msmtp
From MohidWiki
msmtp is linux sendmail SMTP client.
Installation
Get the latest version here
> ./configure > make > sudo make install
Configure the ~/.msmtprc file:
account default host mail.ist.utl.pt from guillaume.maretec@ist.utl.pt auth on user ist1xxxxx password secretpass tls on tls_certcheck off