blob: c951708d04e0acf1cd16e590a99a7e9fb76ed24f (
plain) (
blame)
1
2
3
4
5
6
7
8
|
SMTPclient -- simple SMTP client
This program is a minimal SMTP client that takes an email
message body and passes it on to a SMTP server (default is the
MTA on the local host). Since it is completely self-supporting,
it is especially suitable for use in restricted environments.
WWW: http://www.engelschall.com/sw/smtpclient/
|