← Back to team overview

mahara-contributors team mailing list archive

[Bug 823058] Re: PHPMailer causes "headers sent" errors when given invalid addresses

 

** Changed in: mahara
       Status: Confirmed => Fix Committed

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/823058

Title:
  PHPMailer causes "headers sent" errors when given invalid addresses

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  When a bad address is passed to PHPMailer, it produces output.  When
  output_buffering is off in php.ini, a subsequent mahara redirect()
  call produces an unnecessary big red "Something bad happened after
  headers were sent" message.  We should turn exceptions on in
  phpmailer, and catch them, to stop phpmailer from outputting its error
  messages.  Then we can keep the "headers sent" messages for when we
  really need them.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/823058/+subscriptions


References