Interface
public function settings()An array of configuration options for the Mail Provider
Returns array
public function getName()A string containing the Name of the Mail Provider
Returns string
public function getDisplayName()A string containing the Display Name for the Mail Provider
Returns string
public function testConnection(array $params)Test the provided configuration
Parameters
| Type | Name | Description |
|---|---|---|
array | $params |
public function send(array $params, Message $message)Send the message
Parameters
| Type | Name | Description |
|---|---|---|
array | $params | |
Message | $message |