![]() |
Qore SmtpClient Module Reference
1.9.3
|
class for SMTP connections; returns an object of class SmtpClient for sending emails More...

Public Member Methods | |
| constructor (string name, string description, string url, hash< auto > attributes={}, hash< auto > options={}) | |
| creates the SmtpConnection connection object More... | |
| *hash< auto > | getRuntimeOptions () |
| returns runtime options More... | |
| string | getType () |
returns "smtp" | |
Public Attributes | |
| const | ConnectionScheme = ... |
| Connection entry info. | |
Private Member Methods | |
| hash< ConnectionSchemeInfo > | getConnectionSchemeInfoImpl () |
| Returns the ConnectionSchemeInfo hash for this object. | |
| SmtpClient | getImpl (bool connect=True, *hash< auto > rtopts) |
| returns an SmtpClient object More... | |
class for SMTP connections; returns an object of class SmtpClient for sending emails
supports the following runtime options in getImpl() for connection logging:
"log": a closure accepting a single string for logging"dbglog": a closure taking a single string for detailed technical connection logging| SmtpClient::SmtpConnection::constructor | ( | string | name, |
| string | description, | ||
| string | url, | ||
| hash< auto > | attributes = {}, |
||
| hash< auto > | options = {} |
||
| ) |
creates the SmtpConnection connection object
| name | the name of the connection |
| description | connection description |
| url | connection URL (potentially with password info) |
| attributes | various attributes. See below |
| options | connection options |
See AbstractConnection::constructor() for attributes and options reference.
| CONNECTION-OPTION-ERROR | missing or invalid connection option |
|
privatevirtual |
returns an SmtpClient object
| connect | if True, then SmtpClient::connect() is called |
| rtopts | supports the following runtime options in getImpl() for connection logging:
|
Implements ConnectionProvider::AbstractConnection.
| *hash<auto> SmtpClient::SmtpConnection::getRuntimeOptions | ( | ) |
returns runtime options
"log": a closure accepting a single string for logging"dbglog": a closure taking a single string for detailed technical connection logging