The Script Library
Menu
The Script Library
Browse
Search
Submit
Reference
About
Contact
Link to Us
Index

Display

Home > Batch > Messaging and Communication > SMTP Mail





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


Search String

Script Language