FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum Development » Bug Reports » Error mailing to mailing list
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: Error mailing to mailing list [message #165604 is a reply to message #165597] Mon, 25 July 2011 08:53 Go to previous message
naudefj is currently offline  naudefj   South Africa
Messages: 3771
Registered: December 2004
Karma:
Senior Member
Administrator
Core Developer
Add something like this just before the send_email() call:

$fh = fopen($GLOBALS['ERROR_PATH'] .'debug.msg', 'w');
fwrite($fh, "$header\n\n$final_body");
fclose($fh);


The code is obviously untested, but should get you started.
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Import forum data
Next Topic: There is something inside the forum statistics
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Fri Nov 22 20:08:56 GMT 2024

Total time taken to generate the page: 0.05597 seconds