Rails 邮件程序,与模型关联

发布于 2024-10-27 10:38:39 字数 171 浏览 1 评论 0原文

我需要一种与模型关联的邮件程序。

例如,当消息发布在相关主题中时,它应该通知订阅者。

我应该看到,邮件已送达、有多少收件人、邮件正文等。

据我所知,Rails 2.3 中的标准 ActionMailer 没有处理在数据库中存储某些内容的问题。

有GEM或者插件吗?

I need a kind of mailer, that is associated with a model.

For example, it should notify subscribers, when, e.g. message is posted in a topic in question.

I should see, that mails are delivered, how much recipients, mail body etc.

AFAIK, standard ActionMailer in Rails 2.3 does't have a deal with storing something in DB.

Is there any GEM or plugin for it ?

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

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

发布评论

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

评论(1

琴流音 2024-11-03 10:38:39

您可以尝试使用 ActiveRecord Observers 来利用模型生命周期事件并触发邮件生成。您可以编写某种统计系统来跟踪您提到的指标。

You might try ActiveRecord Observers to tap into model lifecycle events and trigger your mail generation. You could write some sort of tallying system to keep track of the metrics you mention.

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