Lightweight SMTP client for sending emails from the command line
Email program for sending SMTP mail
sendEmail$ sendEmail -f sender@example.com -t recipient@example.com -s smtp.gmail.com:587 -u 'Subject' -m 'Email body' -xu sender@example.com -xp password -o tls=yes$ sendEmail -f sender@example.com -t recipient@example.com -s smtp.example.com -u 'Subject' -m 'Body' -a /path/to/file.pdf -xu user -xp pass$ sendEmail -f sender@example.com -t user1@example.com -t user2@example.com -s smtp.example.com -u 'Subject' -m 'Body' -xu user -xp pass