Merge branch 'support/3.1' into support/3.2

This commit is contained in:
Stephen Abello
2024-11-04 14:39:37 +01:00
2 changed files with 10 additions and 4 deletions

View File

@@ -154,7 +154,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)