Email traffic logging

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
tempman
Posts: 2
Joined: 21 Mar 2006, 11:26

Email traffic logging

Post by tempman »

Hi,
what variables can I put in the mantis config file for logging the email traffic? Thanks beforehand.

Cheers...
vboctor
Site Admin
Posts: 1304
Joined: 13 Feb 2005, 22:11
Location: Redmond, Washington
Contact:

Post by vboctor »

All emails are sent via email_send() function in core/email_api.php. This function takes parameters like "To", "Subject", "Message". You can log such information if you wish.

There is no out-of-the-box config option that allows logging of such information.

Regards,
Victor
MantisConnect
http://www.futureware.biz/mantisconnect/
Post Reply