N°7925 Fix incorrectly formatted In-Reply-To email header

This commit is contained in:
Stephen Abello
2024-11-04 14:38:31 +01:00
parent 58e964fb8c
commit 9371bc6d7b
2 changed files with 7 additions and 2 deletions

View File

@@ -145,7 +145,7 @@ class EMail implements iEMail
*/
public function SetInReplyTo(string $sMessageId)
{
$this->AddToHeader('In-Reply-To', $sMessageId);
$this->oMailer->SetInReplyTo($sMessageId);
}
public function SetBody($sBody, $sMimeType = 'text/html', $sCustomStyles = null)