Skip to content

Commit 6f05cac

Browse files
michieldmarianaballa
authored andcommitted
fix typo
1 parent 3928ffe commit 6f05cac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

public_html/lists/admin/class.phplistmailer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ public function __construct($messageid, $email, $inBlast = true, $exceptions = f
8484
defined('PHPMAILERSUBSCRIBEHOST') &&
8585
defined('PHPMAILERSUBSCRIBEPORT') && PHPMAILERSUBSCRIBEHOST != '') {
8686
# logEvent('Sending email via PHPMAILERSUBSCRIBEHOST '.PHPMAILERSUBSCRIBEHOST);
87-
$this->Host = PHPMAILERSUBSCRIBERHOST;
88-
$this->Port = PHPMAILERSUBSCRIBERPORT;
87+
$this->Host = PHPMAILERSUBSCRIBEHOST;
88+
$this->Port = PHPMAILERSUBSCRIBEPORT;
8989
$this->Mailer = 'smtp';
9090
} elseif ($this->inBlast && defined('PHPMAILERBLASTHOST') && defined('PHPMAILERBLASTPORT') && PHPMAILERBLASTHOST != '') {
9191
$this->Host = PHPMAILERBLASTHOST;

0 commit comments

Comments
 (0)