Qore SmtpClient Module Reference
1.7
|
the SmtpClient namespace holds all public definitions in the SmtpClient module More...
Classes | |
class | Attachment |
for backwards-compatibility only More... | |
class | Message |
for backwards-compatibility and convenience More... | |
class | SmtpClient |
the class that's used to communicate with an SMTP server and supports optional TLS/SSL encryption More... | |
class | SmtpConnection |
class for SMTP connections; returns an object of class SmtpClient for sending emails More... | |
Variables | |
const | DefaultConnectTimeout = 30s |
30 second connect timeout | |
const | DefaultReadTimeout = 15s |
15 second read timeout | |
the SmtpClient namespace holds all public definitions in the SmtpClient module
This includes:
Note that the MailMessage module ("required" above) implements the following classes: