mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 17:16:18 +00:00
Ooops, removed debug call.
This commit is contained in:
parent
e0b4623065
commit
1fee549063
1 changed files with 0 additions and 1 deletions
|
@ -161,7 +161,6 @@ class SmtpTransport extends AbstractTransport {
|
|||
$headers = $this->_cakeEmail->getHeaders(array_fill_keys(array('from', 'sender', 'replyTo', 'readReceipt', 'returnPath', 'to', 'cc', 'bcc', 'subject'), true));
|
||||
$headers = $this->_headersToString($headers);
|
||||
$message = implode("\r\n", $this->_cakeEmail->message());
|
||||
pr($headers . "\r\n\r\n" . $message . "\r\n\r\n\r\n.");
|
||||
$this->_smtpSend($headers . "\r\n\r\n" . $message . "\r\n\r\n\r\n.");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue