Skip to content

Commit 21b6799

Browse files
authored
Update SmtpTransport.php
1 parent cc8841c commit 21b6799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Model/SmtpTransport.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public function __construct(
110110
$ssl = $this->helper->getConfig('smtp/ssl');
111111

112112
if ($ssl && $ssl !== 'none') {
113-
$connectionConfig['ssl'] = $ssl;
113+
$options['connection_config']['ssl'] = $ssl;
114114
}
115115

116116
$this->laminasTransport = new Smtp(new SmtpOptions($options));

0 commit comments

Comments
 (0)