![]() |
Qore SmtpClient Module Reference 2.0
|
Send email data provider. More...
Public Member Functions | |
constructor (*hash< auto > options) | |
Creates the object from constructor options. | |
constructor (SmtpClient smtp) | |
Creates the object from an SMTP connection. | |
string | getName () |
Returns the data provider name. | |
hash< DataProviderInfo > | getStaticInfoImpl () |
Returns data provider static info. | |
Public Attributes | |
const | ProviderInfo = ... |
Provider info. | |
const | ProviderSummaryInfo = ... |
Provider summary info. | |
const | RequestType = new SmtpSendEmailRequestDataType() |
Request type. | |
const | ResponseType = SmtpSendEmailResponseDataType |
Response type. | |
SmtpClient | smtp |
SMTP connection. | |
Protected Member Functions | |
auto | doRequestImpl (auto req, *hash< auto > request_options) |
Makes a request and returns the response. | |
*AbstractDataProviderType | getRequestTypeImpl () |
Returns the description of a successful request message, if any. | |
*AbstractDataProviderType | getResponseTypeImpl () |
Returns the description of a response message, if this object represents a response message. | |
Send email data provider.
|
protected |
Makes a request and returns the response.
req | the request info |
request_options | the request options; will be processed by validateRequestOptions() |
|
protected |
Returns the description of a successful request message, if any.
|
protected |
Returns the description of a response message, if this object represents a response message.