Skip to content

Commit

Permalink
Removed debug message.
Browse files Browse the repository at this point in the history
  • Loading branch information
frankdejonge committed Sep 19, 2011
1 parent 93cf51e commit 0a774d6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions classes/email/driver/mail.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,7 @@ class Email_Driver_Mail extends \Email_Driver {

protected function _send()
{
$message = $this->build_message();

print_r($message);

$message = $this->build_message();
return @mail(static::format_addresses($this->to), $this->subject, $message['body'], $message['header'], '-oi -f '.$this->config['from']['email']);
}

Expand Down

0 comments on commit 0a774d6

Please sign in to comment.