如何根据特定条件使用 mysql 详细信息发送大量电子邮件?
我需要根据 mysql 数据库中的某些标准轻松地向我的网站成员发送电子邮件。
例如:
向所有 25 岁以上的女性发送电子邮件(假设这些变量存储在数据库中)
我已经安装并查看了 phplist,这看起来很棒,但我不知道如何 当成员注册到我的网站时自动添加成员,以及如何根据条件发送电子邮件。
如果除了使用 phplist 之外还有更好的方法,请告诉我。我希望在每周发送电子邮件时能够相当轻松地做到这一点。
谢谢
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 years 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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我建议查看 PEAR 及其提供的邮件选项。
I would suggest taking a look at PEAR and the mailing options it provides.