Qore SmtpClient Module Reference
2.0
|
Data provider implementing an API for sending email messages. More...
Inherits DataProvider::AbstractDataProvider.
Public Member Methods | |
constructor (*hash< auto > options) | |
Creates the object from constructor options. | |
constructor (SmtpClient smtp) | |
Creates the object from an SmtpClient object. | |
*list< hash< DataProviderSummaryInfo > > | getChildProviderSummaryInfo () |
Return data provider summary info. | |
*string | getDesc () |
Returns the data provider description. | |
Public Attributes | |
const | ConstructorOptions |
Constructor options. | |
const | ProviderInfo |
Provider info. | |
Private Member Methods | |
*AbstractDataProvider | getChildProviderImpl (string name) |
Returns the given child provider or NOTHING if the given child is unknown. More... | |
*list< string > | getChildProviderNamesImpl () |
Returns a list of child data provider names, if any. More... | |
hash< DataProviderInfo > | getStaticInfoImpl () |
Returns data provider static info. | |
Private Attributes | |
SmtpClient | smtp |
The SmtpClient object. | |
Data provider implementing an API for sending email messages.
|
private |