Command-line DOS SMTP clients
Note: Some of them require that the message body be provided in a file.
BLAT
c:\Tmp\SMTP>blat test.txt -t ffaure@acme.com -s Test -f ffaure@acme.com -server mail.acme.com
GBMailer
Z:\bin\Utilities\GBMailer for Windows32 1.12>gbmail -to ffaure@acme.com -h ma
il.acme.com -from ffaure@acme.com -s Test GBMailer
MailSend v6.20 (Trial version)
c:\Tmp\SMTP>MailSend -s "This is a subject" -from ffaure@acme.com -smtp mail.acme.com -to ffaure@acme.com -msg "Hi there!"
attempting connection to mail.acme.com
Connection successful.
*** 250 mail.acme.com Hello fred.acme.com [212.155.207.72], pleased to mee
t you
*** 250 ... Sender ok
*** 250 ... Recipient ok
*** 354 Enter mail, end with "." on a line by itself
250 TAA12733 Message accepted for delivery
Send complete!
POSTIE
c:\Tmp\SMTP>postie -host:mail.acme.com -from:ffaure@acme.com -to:ffaure@ap
sydev.com -msg:"Body text" -s:"Here it is..."
Sent 9 bytes to 'ffaure@acme.com' Thu Dec 23 18:53:49 1999
Stalker's SMTP Mailer V1.12
c:\Tmp\SMTP>mail -s "My subject" ffaure@acme.com < test.txt