mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-07 21:31:58 +01:00
When restoring the email use SMTP_DOMAIN when sending EHLO
Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
parent
ef9c0f0a91
commit
f9b06f359b
@ -63,7 +63,7 @@ class ModelMailMail extends Model {
|
||||
}
|
||||
|
||||
$connection->connect();
|
||||
$connection->helo($smtphost);
|
||||
$connection->helo(SMTP_DOMAIN);
|
||||
|
||||
} catch (Exception $e) {
|
||||
$connection->__destruct();
|
||||
|
Loading…
Reference in New Issue
Block a user