Simple Mail Transfer Vuser Functions (SMTP)
SMTP Vuser functions record the Simple Mail Transfer Protocol traffic. Each SMTP function begins with an smtp prefix.
Click one of the following functions for more information:
smtp_abort_mail | Cancels a mail transaction. |
smtp_abort_mail_ex | Cancels a mail transaction for a specific session. |
smtp_free | Frees the SMTP server from its commands. |
smtp_free_ex | Frees the SMTP server from its commands, for a specific session. |
smtp_logon | Logs on to an SMTP server. |
smtp_logon_ex | Logs on to an SMTP server for a specific session. |
smtp_logout | Logs off from an SMTP server. |
smtp_logout_ex | Logs off from an SMTP server for a specific session. |
smtp_send_mail | Sends an SMTP message. |
smtp_send_mail_ex | Sends an SMTP message for a specific session. |
smtp_translate | Translates an SMTP message. |
smtp_translate_ex | Translates an SMTP message for a specific session. |