Php/Joomla:过滤地理位置标记数据,发送个性化电子邮件

发布于 2024-09-25 07:28:49 字数 468 浏览 3 评论 0原文

您可能已经看到 MailChimp 为 GeoTag 用户提供了新功能(标记他们的位置),并向固定点 0-50 英里范围内的所有用户发送新闻通讯。他们的系统知道用户所在的位置(通过反向 IP 查找),并且您可以向洛杉矶市中心 50 英里范围内的所有人发送新闻通讯(例如)。

我有兴趣做完全相反的事情 - 向每个用户发送一封电子邮件,其中包含距离其位置 X 英里以内的所有地理标记内容。

我有地理标记的内容,而且我还知道我的用户所在的位置(通过他们的邮政编码)。我需要即时生成这些电子邮件以进行大量发送(每周 1,000-50,000 封电子邮件)。

所以!我需要一些关于生成这些电子邮件而不破坏我的服务器的不同方法的建议。会有很多过滤和/或处理,或者有更好的方法吗?有哪些类型的框架/工具/服务可以提供帮助?

我的服务器使用 PHP 5.2+ 和 Joomla!,但我不反对使用另一台使用 MySQL 数据库副本和用 Java 编写的环境等的服务器来设置它。

You might have seen that MailChimp has new features to GeoTag users (mark their location) and send a newsletter to all users within 0-50 miles of a fixed point. Their system knows where users are located (via reverse IP lookup), and you can send a newsletter to all people within 50 miles of Downtown Los Angles (for example).

I'm interested in doing the exact oposite -send each user an email with all geo-tagged content that is within X miles of their location.

I have geo-tagged content, and I also know where my users are located (via their Zip Code). I need to generate these emails on the fly for very large send-outs (1,000-50,000 emails per week).

So! I need some advice about different methods for generating these emails without destroying my server. There will be a lot of filtering and/or processing, or is there a better way? What types of frameworks/tools/services are out there to help?

My server works with PHP 5.2+ and Joomla!, but I'm not opposed to setting this up with another server working with a copy of the MySQL database and another environment written in Java, etc.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

找个人就嫁了吧 2024-10-02 07:28:49

最后,最简单的方法是不使用 Joomla,而是编写自定义代码。该工作被分解到多个服务器上以处理大量数据。

In the end, the easiest way to do this was to not use Joomla and instead write a custom code. The job is broken up over several servers, to handle the volume.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文