Page 1 of 1

mailing_status_tbl

Posted: Thu Jul 02, 2009 9:46 am
by divendres
I would like to track how many mails (recipients*mailings) a user send.

Following this mysql table documentation:
http://www.openemm.org/fileadmin/docs/O ... le-Doc.txt
I see that the mailing_status_tbl should be filled with the results of every sent mailing, but in my installation the table is empty.

The mailings are being successfully sent, in my maillog file the status is Sent and the mailing arrive to the recipients, but the table is empty. I followed the installation instructions and everything works fine exept for this.

Do you know if this table is still being used? I suppose i could get the track from mailing_backend_log_tbl, because it is filled when the mailing is prepared to be sent.

Thanks.

Posted: Wed Jul 08, 2009 7:56 am
by maschoff
Table mailing_status_tbl was used in old versions for communication between frontend and backend but can be removed now.