SenderModuleInterface
    interface
    SenderModuleInterface
        
        
        
                        Methods summary
| Return Type | Method Name | Description | |
|---|---|---|---|
| array | settings() | An array of configuration options for the Mail Provider | |
| string | getName() | A string containing the Name of the Mail Provider | |
| string | getDisplayName() | A string containing the Display Name for the Mail Provider | |
| testConnection(array $params) | Test the provided configuration | ||
| send(array $params, Message $message) | Send the message | 
Details
                            array
    settings ()
        
    
    An array of configuration options for the Mail Provider
                            string
    getName ()
        
    
    A string containing the Name of the Mail Provider
                            string
    getDisplayName ()
        
    
    A string containing the Display Name for the Mail Provider
                            
    testConnection (array $params)
        
    
    Test the provided configuration
                            
    send (array $params, Message $message)
        
    
    Send the message