Simple Mail Transfer Protocol (SMTP) is a TCP/IP protocol used when sending and receiving email. There are typically five steps in the SMTP email delivery process.
The SMTPSender trace is useful when trying to determine the cause for an undelivered or erroneous email subscription. It can be found in the Strategy Diagnostics and Performance Logging tool as shown below.

Note: This log is not enabled by default. An existing or new "File Log" destination must be selected for this logging to be used. Also, this trace will require an Intelligence Server restart to take effect.
The excerpt below demonstrates the five steps of the SMTP process via a successful email subscription:
[HOST:WAS-TEST][PID:13912][THR:11588][SMTPSender][Trace] Setting up address statuses [HOST:WAS-TEST][PID:13912][THR:11588][SMTPSender][Trace] Local machine domain: WAS-TEST [HOST:WAS-TEST][PID:13912][THR:11588][SMTPSender][Trace] Processing destination domain: Strategy.com [HOST:WAS-TEST][PID:13912][THR:11588][SMTPSender][Trace] Connecting to domain: Strategy.com [HOST:WAS-TEST][PID:13912][THR:11588][SMTPSender][Trace] Connecting to ip address: 10.15.70.24 [HOST:WAS-TEST][PID:13912][THR:11588][SMTPSender][Trace] Establishing handshake via Hello on domain: Strategy.com [HOST:WAS-TEST][PID:13912][THR:11588][SMTPSender][Trace] Checking recipients [HOST:WAS-TEST][PID:13912][THR:11588][SMTPSender][Trace] Recipient address testemail@Strategy.com accepted [HOST:WAS-TEST][PID:13912][THR:11588][SMTPSender][Trace] Sending email [HOST:WAS-TEST][PID:13912][THR:11588][SMTPSender][Trace] Email sent. Waiting for acknowledge [HOST:WAS-TEST][PID:13912][THR:11588][SMTPSender][Trace] Email send acknowledged
For additional troubleshooting steps and common SMTP-related questions, refer to the Strategy Knowledge Base technical notes listed below.