|
|
 |
 |
| CreateSMTPConnection |
| |
This function will try to create a connection to an SMTP server |
| |
| Library |
 |
wh::internet/smtp.whlib |
| |
| Syntax |
 |
PUBLIC INTEGER FUNCTION CreateSMTPConnection (STRING server,INTEGER serverport) |
| |
| Parameters |
 |
| server |
 |
String containing the host of the SMTP server |
 |
| serverport |
 |
Integer of the port of the smtp server |
 |
|
| |
| Returns |
 |
ID of the connection (an error has occured when ID < 0) |
| |
|
|
|
|