#1323 error.log polluted with the contents of each email sent (transport = PHPMail)

SVN:trunk[4392]
This commit is contained in:
Romain Quetiez
2016-09-07 12:40:12 +00:00
parent 7141e0f4b0
commit 445b488603

View File

@@ -195,8 +195,6 @@ class EMail
$aFailedRecipients = array();
$this->m_oMessage->setMaxLineLength(0);
IssueLog::Info(__METHOD__.' '.$this->m_oMessage->getMaxLineLength());
IssueLog::Info(__METHOD__.' '.$this->m_oMessage->toString());
$iSent = $oMailer->send($this->m_oMessage, $aFailedRecipients);
if ($iSent === 0)
{