Im looking to use php mailers debug information to display in a webpage. When I enable debugging it just echo\'s the string. This means that my html is out of order, I wish
A recent change in PHPMailer allows Debugoutput to be a closure, so you can make it do whatever you like, for example to collect all the debug output and emit it later: