Variable CSPMail::Port
Description:
The TCP/IP port of the SMTP server.
 |
Prototype
unsigned short Port;
Remarks:
The default value is "25". In order to send the mail you must call the member function Send().
See also:
member function Send() member variables MailServer, To, SenderAddr, MailServer
|
|