Introduction
This document assumes that the user understands the basics of the Simple Mail Transfer Protocol (RFC821).
This document is broken down into three parts. The first part is the procedure used to deliver a message to a recipient similar to the procedure taken by Strategy Narrowcast Server. The user will use telnet to connect to the receiver SMTP (mail server) and send the message to a recipient. The second part is a sample of the communications of the sender SMTP (Strategy Narrowcast Server) and the receiver SMTP. The third part contains additional information regarding SMTP logging, Smart Hosts, Direct Mode, and SMTP troubleshooting.
For the first part of this document, the procedure assumes a simple scenario. In it, Strategy Narrowcast Server is able to generate email correctly without errors. However, this procedure can also be used to troubleshoot Narrowcast SMTP Transmission whenever there are transmission errors.
Note: Since telnet (sender SMTP) will be used to simulate how Narrowcast Server sends email, most of the errors will be related to connectivity and permission/access with receiving SMTP (mail server). It is highly probable that the errors encountered during this procedure are also the errors preventing Narrowcast Server from successfully delivery messages. It is recommended to discuss the errors encountered during this procedure with a mail administrator and/or network specialist to gain more insight on the error and its cause. Once the cause of the error has been identified and fixed, repeat the procedure again. If the procedure finishes successfully, then apply the changes/fixes to the Narrowcast configuration.
Part 1: Procedure
The procedure assumes that the Strategy Narrowcast Server service contains a simple subject line, an HTML body with a report, no attachments, no execution control, using the "Generic e-mail client" device provided by the product, no authentication objects, no preference objects, static subscription set, etc. However, more complex scenarios can follow the procedure as long as the proper modifications are made.

set ?command:












Part 2: SAMPLE
The sample of the communications of the sender SMTP and the receiver SMTP was generated using the information provided in the procedure of this document hence there is no guarantee that the code in the sample will work in other environments unless the proper modifications are made.
An example of communications to and from the mail server are seen in the sample below. The BLUE lines highlight the communications from the receiving SMTP (mail server) to the sending SMTP (Strategy Narrowcast Server). The RED lines highlight the communications from the sending SMTP to the receiving SMTP.
Note: Line numbers have been added for convenience.
Part 3:
Additional information regarding SMTP logging, Smart Host, Direct Mode, SMTP troubleshooting, and common error messages during SMTP Transmission: