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_put_header(mp: SMTPMessage; const header: string);

Arguments:

mp Message handle
header Complete SMTP message header, e.g. 'Content-Type: text/html; charset=koi8-r'

Description:

Puts SMTP message header. If such header is already set it will be replaced with new one.

Usage:

smtp_put_header(mp, 'Priority: 2 (High)');

See also:

smtp_attach, smtp_free, smtp_get_header, smtp_message, smtp_send, smtp_set_header, smtp_set_text_type.

PSP Help documents