Under Mailings > Overview > click Edit a mailing > click "Send Mailing tag", there is a number next to "Emails sent".
How is this "Emails Sent" number calculated?
We have a mailing list of roughly 250,000 email addresses sent twice in last month. Strange enough, both mailing show the ""Emails Sent" number as 98,000.
It looks like it's a magic number or something. Questions:
- What is the meaning of "Emails Sent"? Is it the emails scheduled to SENDMAIL? Or is it the emails accepted by a remote MTA?
- Can I get/calc the number by looking at the openemm db? hopefully to trace how the number ends up there.
Thanks!
How "emails sent" is calculated?
Moderator: moderator
-
- Site Admin
- Posts: 2628
- Joined: Thu Aug 03, 2006 10:20 am
- Location: Munich, Germany
- Contact:
Re: How "emails sent" is calculated?
"E-mails sent" are the number of mails delivered to Sendmail, NOT the # of mails accepted by remote MTAs.
To better understand where the data is saved in the OpenEMM database you should have a look at the documentation for the DB schema in the appendix of the Extension Development Guide.
To better understand where the data is saved in the OpenEMM database you should have a look at the documentation for the DB schema in the appendix of the Extension Development Guide.
OpenEMM Maintainer
Re: How "emails sent" is calculated?
Thanks for the explanation.
If I delete the messages currently in:
/home/openemm/var/spool/QUEUE
/home/openemm/var/spool/MIDQUEUE
/home/openemm/var/spool/SLOWQUEUE
Can I expect the "Emails sent" number to increase rapidly? How does Openemm decide when to putting more messages to SENDMAIL?
If I delete the messages currently in:
/home/openemm/var/spool/QUEUE
/home/openemm/var/spool/MIDQUEUE
/home/openemm/var/spool/SLOWQUEUE
Can I expect the "Emails sent" number to increase rapidly? How does Openemm decide when to putting more messages to SENDMAIL?