mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #02326
[Bug 692557] [NEW] PHPMailer::Send() produces text output on exception
Public bug reported:
As said in the subject. When PHPMailer::Send() catches an exception, it
does echo $e->getMessage()."\n". This should not happen, throwing of the
exception is sufficient for tracking the error down.
** Affects: mahara
Importance: Low
Assignee: Ruslan Kabalin (ruslan-kabalin)
Status: Fix Committed
** Changed in: mahara
Assignee: (unassigned) => Ruslan Kabalin (ruslan-kabalin)
** Changed in: mahara
Importance: Undecided => Low
** Changed in: mahara
Status: New => 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/692557
Title:
PHPMailer::Send() produces text output on exception
Status in Mahara ePortfolio:
Fix Committed
Bug description:
As said in the subject. When PHPMailer::Send() catches an exception, it does echo $e->getMessage()."\n". This should not happen, throwing of the exception is sufficient for tracking the error down.
Follow ups
References