-
Notifications
You must be signed in to change notification settings - Fork 4
Mailer
Doug Bell edited this page May 8, 2017
·
1 revision
The mailer sends out the e-mail reports daily, weekly, monthly, or every incoming test report based on the user's preferences. As it reads reports, it stores the last ID it sent in data/mailer-lastid.txt
.
- Check the logs in /media/backend/cpantesters/reports-mailer/logs
- Each log should have a "last_id" which is the last ID in
data/mailer-lastid.txt
when it starts up.- This corresponds to the
id
field incpanstats.cpanstats
database table -
SELECT MAX(id) FROM cpanstats.cpanstats
will get the current last ID
- This corresponds to the
- Each log should have a "last_id" which is the last ID in
- Check that it is currently running
- This is run by
autorun-mail1.sh
- This is run by