开发者

How do you send mass emails using mysql details based on certain criteria?

开发者 https://www.devze.com 2023-03-07 18:50 出处:网络
I need to email my websites members easily based on certain criteria in the mysql database. For example:

I need to email my websites members easily based on certain criteria in the mysql database.

For example:

email all females that are over 25 yea开发者_StackOverflowrs old (assuming these variables are stored in the database)

I have installed and looked at phplist which seems great but I can't work out how to automatically add members to it when they sign up to my site and how to email based on criteria.

If theres a better way of doing it other than using something like phplist please let me know. I would like to be able to do this reasonably easily when sending out weekly emails.

Thanks


I would suggest taking a look at PEAR and the mailing options it provides.

0

精彩评论

暂无评论...
验证码 换一张
取 消