Fix bad concat
This commit is contained in:
parent
af407a094a
commit
e4dd020887
@ -1126,7 +1126,7 @@ class SMTPs
|
||||
$host=preg_replace('@tcp://@i','',$host); // Remove prefix
|
||||
$host=preg_replace('@ssl://@i','',$host); // Remove prefix
|
||||
|
||||
$host.=dol_getprefix().'-'.$host;
|
||||
$host=dol_getprefix().'-'.$host;
|
||||
|
||||
//NOTE: Message-ID should probably contain the username of the user who sent the msg
|
||||
$_header .= 'Subject: ' . $this->getSubject() . "\r\n";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user