This is a search engine friendly CGI program that outputs help documents.
The LufDoc (Live User Fed Documentation) comment system will be implemented soon.

PSP Help Doc Indexer System

(Version 1.4.1)


Declaration:

procedure smtp_close(cp: SMTPConnection);

Arguments:

cp Connection handle

Description:

This function closes the SMTP connection and frees all memory occupied by the handle.

Usage:

smtp_close(cp);

See also:

smtp_connect, smtp_message, smtp_send.

PSP Help documents