We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc8841c commit 21b6799Copy full SHA for 21b6799
Model/SmtpTransport.php
@@ -110,7 +110,7 @@ public function __construct(
110
$ssl = $this->helper->getConfig('smtp/ssl');
111
112
if ($ssl && $ssl !== 'none') {
113
- $connectionConfig['ssl'] = $ssl;
+ $options['connection_config']['ssl'] = $ssl;
114
}
115
116
$this->laminasTransport = new Smtp(new SmtpOptions($options));
0 commit comments