Forum Moderators: coopster
Is there some way to set it up where there is a log kept of everytime mail() is used within a php script, and which script it is coming from?
If not, any other suggestions on how I can monitor this would be appreciated.
However, you should probably keep track of mail by writing a logging system... or if it gets alot of traffic maybe run some filtration on the content to make sure certain keywords aren't getting through.
I thought about modifying my php scripts to keep a log of their actions as well, but with the number and variety, I thought it might be best if there was a way for php to keep track of the calls to the function. There may not be.. I will keep looking.
Thanks.