Mailing with PHP
Posted: Tue Jun 05, 2012 3:35 pm
I am pretty new to php and exuse me if this sounds too noob.
I need a mailing solution in PHP - something that goes beyond the simple phpmail function.
I am aware of cos like aweber and mailchimp but that is not what i am looking for.
This has to integrate with my existing code.
I need to implement mass mailers features like:
1) Automatically send mails based on certain evaluations to be true (for example: sending b'day mails)
2) Send reminder mails for some pending actions
3) batch processing features
4) Option for scaling the number of emails sent - bulk mailing based on certain evaluations.
Just point me to the things i should explore in this context.
one thing that come to my mind is cron jobs
I need a mailing solution in PHP - something that goes beyond the simple phpmail function.
I am aware of cos like aweber and mailchimp but that is not what i am looking for.
This has to integrate with my existing code.
I need to implement mass mailers features like:
1) Automatically send mails based on certain evaluations to be true (for example: sending b'day mails)
2) Send reminder mails for some pending actions
3) batch processing features
4) Option for scaling the number of emails sent - bulk mailing based on certain evaluations.
Just point me to the things i should explore in this context.
one thing that come to my mind is cron jobs