Skip to content
Snippets Groups Projects
Commit 0950aac4 authored by Bryce Lowe's avatar Bryce Lowe
Browse files

set mail as the default transport when it isn't specified in the configuration

parent cd8da302
No related branches found
No related tags found
No related merge requests found
...@@ -235,7 +235,7 @@ class EMail ...@@ -235,7 +235,7 @@ class EMail
$config = Configuration::getInstance(); $config = Configuration::getInstance();
$EMail->setTransportMethod( $EMail->setTransportMethod(
$config->getString('mail.transport.method', ''), $config->getString('mail.transport.method', 'mail'),
$config->getArrayize('mail.transport.options', []) $config->getArrayize('mail.transport.options', [])
); );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment