SMTP Commandline syntax
Description This example demonstrates how to send an email using the commandline. It assumes that the mail server has relaying enabled. Author/Submitter Marty Lindsay Batch Code HELO
MAIL FROM: thisuser@thisdomain.com
RCPT TO: remoteuser@remotedomain.com
DATA
Hello, this is a test
.
QUIT
Search The Library
|