Variable CSPMail::MailServer

Description:
The address of the SMTP server.

Prototype
CSPString MailServer;

Remarks:
The default value is "localhost".
In order to send the mail you must call the member function Send().

Examples:
CSPMail Mail;
Mail.MailServer = "mailserver.somemail.net";

See also:
member function Send()
member variables Port, To, SenderAddr, MailServer
CSPMail | Other support classes | Class Categories | Online help home | Back

www.micronovae.com

Copyright © 2002 - 2005 Micronovae Ltd