Product Logo

SMTPit Pro

A Feature-rich Email plug-in

Functions

SMTPit_Disconnect

NameSMTPit_Disconnect
Description

If you use SMTPit_Connect to connect to your mail server manually (instead of letting SMTPit_Send do it), then you must call SMTPit_Disconnect to disconnect from your mail server. Otherwise, SMTPit will never disconnect you from the mail server.

Return TypeText
FormatSMTPit_Disconnect ( GetTranscript )
Optional Parameters
GetTranscript

Set to True if you want a Transcript of the interaction between SMTPit and your Mail Server.

Examples
Example 1

Disconnects from your mail server

SMTPit_Disconnect
Example 2

Disconnects from your mail server and returns a transcript.

SMTPit_Disconnect( GetTranscript )