Php Mysql Mass Mailer
This is basically a php email campaigner for sending emails to bulk of contacts. This is a multi user software. Multiple user can use it concurrently. The features of this project are as follows.
A bulk number of contacts can be managed under a database category like FDI, SAP etc. The contacts can be imported into the database from a CSV file. For a contact under a database any number of custom field data can be added / edited apart from the basic fields like firstname, lastname, title, email address etc. The opt-out and bouncing contacts. The details of the contacts can be edited individually.
The contact can be filter based on each of the basic field and the custom field. Users can keep on filtering the contacts and load them. A background job will blast emails in batches.
The email message content can be customized for each of the contact database. An contact detail identifier can be placed in the message content which will pull the value of that identifier from the database. For example if the message content has an identifier <{designation}>. The system will pull the designation value of contact from the database and will send an email.
A report for list of opt-out contacts, bounced contacts, deleted contacts and edited contacts.
An efficient cron job sends out these mass emailings without overloading the server.