← Back to team overview

mahara-contributors team mailing list archive

[Bug 823058] A change has been merged

 

Reviewed:  https://reviews.mahara.org/570
Committed: http://gitorious.org/mahara/mahara/commit/18d6f25bc4a545e8e9aada299944bb24403bf37c
Submitter: Hugh Davenport (hugh@xxxxxxxxxxxxxxx)
Branch:    master

commit 18d6f25bc4a545e8e9aada299944bb24403bf37c
Author: Richard Mansfield <richard.mansfield@xxxxxxxxxxxxxxx>
Date:   Tue Aug 9 16:45:26 2011 +1200

    Enable exceptions in phpmailer (bug #823058)
    
    This stops phpmailer from unnecessarily sending output to the page.
    
    Change-Id: Ib7ed71de4b5400aeaee39fee91fad27f0a7addb1
    Signed-off-by: Richard Mansfield <richard.mansfield@xxxxxxxxxxxxxxx>

-- 
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:
  Confirmed

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