Is there any logging available that shows the log of the emails sent through the Mass Mailer?
Thanks!
Peer
Is there any logging available that shows the log of the emails sent through the Mass Mailer? Thanks! Peer Peer L. Plaut Executive Director, Single Booklovers Connecting Bookworms Since 1970 |
Guess not.... :p Peer L. Plaut Executive Director, Single Booklovers Connecting Bookworms Since 1970 |
I was logging them for a while after launching my site but soon realized the site was sending out several thousand emails per month... so I stopped doing it. As I remember it, the code was already there... but I can't remember if it was in the base installation code or part of a 3rd party module that I added. I've made several hundred custom changes to my Dolphin 7.0.9 site to get it to work the way I want... way too many to remember ;-) http://pkforum.dolphinhelp.com |
epaulo- I realized after I posted this that yes, there is the ability to get your inbox overrun... :p I too disabled that feature and can't remember how I enabled it... Would be nice to have a log file.... :) Without good management of this software we will have no idea of the customer pain points... :) This is why I spent so much money on 3rd party management modules... Peer Peer L. Plaut Executive Director, Single Booklovers Connecting Bookworms Since 1970 |
My concern was the large number of rows being added to the database every month when I was not that concerned about recording such info. I altered the code to only record failed 'send' attempts... in case someone contacted me stating they were not getting their emails. http://pkforum.dolphinhelp.com |
setup awstats or webalizer or cacti to collect statistics about your mail. Attached is a cacti example (yearly one). has hourly, daily, weekly & yearly |
crack foo- Thanks! Peer Peer L. Plaut Executive Director, Single Booklovers Connecting Bookworms Since 1970 |
epaulo- Where are these entries logged? Thanks! Peer Peer L. Plaut Executive Director, Single Booklovers Connecting Bookworms Since 1970 |
I looked but could not find the mysql code for it... by intuition, it should use one of the sys_sbs tables. However, that phase of the site's development happened last year so it could be it was all custom work... meaning initially I might have added code to track all mass emails sent out. Eventually I modified the code to only track sendmail failures, i.e. involving my email server, not the receiving email service.
http://pkforum.dolphinhelp.com |
epaulo- thanks again! Peer Peer L. Plaut Executive Director, Single Booklovers Connecting Bookworms Since 1970 |