glassgorilla Posted January 12, 2004 Posted January 12, 2004 alright.. topic title may be a little misleading and i'm not exactly sure where to post this question, so here goes: does cpanel give you a way to view stats (anything, a pretty html page, a raw log, anything..) mails sent (specifically by using the mail() function in php). it doesn't have to be through cpanel, either. just any way to access this kind of information? or is this something that is not really kept track of. if there is nothing, i can write a script that will log the information i need but i was just hoping that something like that is already implemented. thanks. Quote
a__kc Posted January 14, 2004 Posted January 14, 2004 Not that I know of. You can check size usage of each mail account, but that's all. If you're using that PHP function, I'd do as you say: track the usage programmatically. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.