smtpClose (Function) |
Top Previous Next |
This function will close the SMTP interface. After the SMTP interface is closed, it cannot be used until opened again. Please also see smtpOpen.
When closing the SMTP interface, all emails created with smtpNew and smtpSend will be canceled, and all waiting threads (using smtpAwaitCompletion) will be resumed.
Input: None.
Returns: INT
Declaration: FUNCTION smtpClose : INT;
Example: INCLUDE rtcu.inc |