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
Branches
Tags
No related merge requests found
......@@ -235,7 +235,7 @@ class EMail
$config = Configuration::getInstance();
$EMail->setTransportMethod(
$config->getString('mail.transport.method', ''),
$config->getString('mail.transport.method', 'mail'),
$config->getArrayize('mail.transport.options', [])
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment