Skip to content

Commit e59c916

Browse files
authored
Fix compatibility with 1.5.0
1 parent abaed8e commit e59c916

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

identity_smtp.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ function smtpWillConnect($args)
239239
'identity_id' => $this->from_identity
240240
));
241241
if (!$smtpSettings['smtp_standard'] && !is_null($smtpSettings['smtp_standard'])) {
242-
$args['smtp_host'] = $smtpSettings['smtp_host'];
242+
$args['smtp_server'] = $smtpSettings['smtp_host'];
243243
$args['smtp_user'] = $smtpSettings['smtp_user'];
244244
$args['smtp_pass'] = rcmail::get_instance()->decrypt($smtpSettings['smtp_pass']);
245245
}

0 commit comments

Comments
 (0)