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

Return Value

array

string getName ()

A string containing the Name of the Mail Provider

Return Value

string

string getDisplayName ()

A string containing the Display Name for the Mail Provider

Return Value

string

testConnection (array $params)

Test the provided configuration

Parameters

array $params

Exceptions

InvalidConfiguration When configuration check fails

send (array $params, Message $message)

Send the message

Parameters

array $params
Message $message

Exceptions

SendFailure