Data provider implementing an API for sending email messages.  
 More...
#include <SmtpClient.qm.dox.h>
Inherits DataProvider::AbstractDataProvider.
 | 
| 
  | 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. 
  | 
|   | 
 | 
| 
const  | ConstructorOptions | 
|   | Constructor options. 
  | 
|   | 
| 
const  | ProviderInfo | 
|   | Provider info. 
  | 
|   | 
Data provider implementing an API for sending email messages. 
 
◆ getChildProviderImpl()
  
  
      
        
          | *AbstractDataProvider SmtpClient::SmtpClientDataProvider::getChildProviderImpl  | 
          ( | 
          string  | 
          name | ) | 
           | 
         
       
   | 
  
private   | 
  
 
Returns the given child provider or NOTHING if the given child is unknown. 
- Returns
 - the given child provider or NOTHING if the given child is unknown
 
- See also
 - getChildProviderEx() 
 
 
 
◆ getChildProviderNamesImpl()
  
  
      
        
          | *list< string > SmtpClient::SmtpClientDataProvider::getChildProviderNamesImpl  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
private   | 
  
 
Returns a list of child data provider names, if any. 
- Returns
 - a list of child data provider names, if any