Simple Mail Transfer Protocol (SMTP)
CLASS aprSMTP
Description
The SMTP client library enables an application to send electronic mail to a remote host.
For Secure Edition information, see SLL Certificates.
|
Variables | ||
|
|
Holds the Last Error description | |
|
|
Logical for Enabling / Disabling additional Debug messages | |
|
|
Logical. Whether or not to include the Callstack in the Debug messages | |
|
|
Holds the address of the last successful connection. | |
|
|
Holds the Last Error number | |
|
|
Handle to the New / Current Message | |
|
|
|
|
|
Methods | ||
|
|
Initialize the library for use by the calling process | |
|
|
Releases resources for the Instance of the aprSMTP Class | |
|
|
|
|
|
|
Add an address to the receipient list | |
|
|
Append contents of specified file to the current message | |
|
|
Authenticate the client session with a user name and password | |
|
|
Begin a new message | |
|
|
Cancel the current blocking operation | |
|
|
Send a command to the server | |
|
|
Connect to the specified server | |
|
|
Establish a secure client connection with a remote server | |
|
|
Disconnect from the current server | |
|
|
End the current message and deliver to recipients | |
|
|
Expand the specified address | |
|
|
Return the current date and time | |
|
|
Return the delivery options for the current session | |
|
|
Return the extended options supported by the server | |
|
|
Return the number of bytes sent for the current message | |
|
|
Return the result code from the previous command | |
|
|
Return the result string from the previous command | |
|
|
Return security information about the current client connection | |
|
|
Return the current session socket | |
|
|
Identify the client to the remote server | |
|
|
Identify the client to the remote server | |
|
|
Determine if the client is blocked, waiting for information | |
|
|
Reset the client | |
|
|
Send message to the specified recipient | |
|
|
Set the delivery options for the current session | |
|
|
Set the last error code | |
|
|
Get/Set the number of seconds until an operation times out | |
|
|
Enable/Disable logging of socket-level calls to the trace log | |
|
|
Verify that the specified address is valid | |
|
|
Write data to the server | |
|
aSocks Secure Edition | ||
|
|
See SSL Certificates |
|