SMTP command-line test tool for sending test emails and debugging
SMTP command-line test tool
swaks$ swaks --to user@example.com --from sender@example.com --server localhost$ swaks --to user@example.com --from sender@example.com --server mail.example.com --h-Subject 'Test' --body 'Hello World'$ swaks --to user@example.com --from sender@example.com --server smtp.gmail.com:587 --auth LOGIN --auth-user username --auth-password password --tls