Hello programmers,
I need a php bulk emailer that can query an already active database presently using an email newsletter.
Jobs are posted to the database via a php form. These job postings are then sent to a list of subscribers in the newsletter.
System: linux, apache, mysql, php
Bulk emailer requirements:
1. Notify subscribers of new job postings.
2. Notify subscribers of updates to job postings.
3. Notify subscribers of impending expiration of job postings.
4. Notify job p…