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
|
|