使用mandrill和django进行电子邮件转发和跟踪 [英] Email forwarding and tracking with mandrill and django

查看:90
本文介绍了使用mandrill和django进行电子邮件转发和跟踪的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Mandrill 是来自

Mandrill is a fairly new transactional email service from the makers of MailChimp. I would like to use this service to track emails for clients.

类似于这个有关跟踪和转发的Rails实现的问题,我的Django应用程序将为每个用户提供一个唯一的电子邮件地址,Mandrill会自动跟踪发送到该地址的所有电子邮件,然后在一个不错的界面中将跟踪数据提供给用户.

Similar to this question about a rails implementation of tracking and forwarding, my Django application would provide each user with a unique email address, and any emails sent to that address would be tracked by Mandrill automatically, and that tracking data would then be provided to users in a nice interface.

我知道Mandrill 可以充当SMTP服务器.我对此并不了解很多,但是我知道这意味着至少有可能阅读一封电子邮件并撰写一封电子邮件.由于Mandrill可以跟踪收到的电子邮件,因此几乎可以处理我需要的一切.

I know Mandrill can act as an SMTP server. I don't know a lot about this, but I know that this means it is at least possible to read an email and compose an email. Since Mandrill can track incoming emails this handles pretty much everything I need.

是否有更好的方法可以做到这一点?理想情况下,我只想简单地转发邮件并进行跟踪即可.

Is there a better way to do this? Ideally I'd like to simply forward the message unaltered and just track it.

推荐答案

您是否看过 https://mandrillapp.com/,它为您提供了跟踪每封电子邮件发生的情况所需的一切.此外, https://mandrillapp.com/api/docs/ Api具有所有各种功能,并允许您可以从应用中检索数据.对我有用的只是玩这个游戏,然后检查可用的选项.另外,Mandrill的客户支持非常好,可以重新获得各种查询,因此也可以尝试一下. http://help.mandrill.com/anonymous_requests/new

Have you looked at https://mandrillapp.com/ , it gives you everything you need for Tracking whats happening with each email. Also the https://mandrillapp.com/api/docs/ Api has all the various functions and lets you retrieve data from your app. What worked for me was just playing with this and checking on what options are available. Also the Mandrill Customer support is very good is getting back on various queries thus try that as well. http://help.mandrill.com/anonymous_requests/new

您想跟踪的特别之处是什么吗?

Is there anything in particular you would like to track?

这篇关于使用mandrill和django进行电子邮件转发和跟踪的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆