通过mandrill和django邮件转发和跟踪

时间:2022-01-28 18:13:38

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.

man钻机是一个相当新的事务性电子邮件服务,来自邮包制造商。我想用这个服务跟踪客户的邮件。

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.

类似于这个问题关于rails的实施跟踪和转发,我Django应用程序将为每个用户提供一个独特的电子邮件地址,和任何电子邮件发送到该地址将自动被山魈,,跟踪数据将被提供给用户一个很好的界面。

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.

我知道Mandrill可以充当SMTP服务器。我对此了解不多,但我知道这意味着至少可以阅读电子邮件并撰写电子邮件。因为Mandrill可以跟踪收到的邮件,所以几乎可以处理我需要的所有事情。

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

有更好的方法吗?理想的情况下,我只想不加修改地转发消息并跟踪它。

1 个解决方案

#1


2  

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

你看过https://mandrillapp.com/了吗?它提供了你追踪每封邮件所需要的一切信息。另外,https://mandrillapp.com/api/docs/ Api有各种各样的功能,可以让你从你的应用程序中检索数据,我的工作就是玩这个,并检查哪些选项可用。Mandrill客户支持也很好,返回到各种查询中,因此也可以尝试一下。http://help.mandrill.com/anonymous_requests/new

Is there anything in particular you would like to track?

你有什么特别想要跟踪的吗?

#1


2  

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

你看过https://mandrillapp.com/了吗?它提供了你追踪每封邮件所需要的一切信息。另外,https://mandrillapp.com/api/docs/ Api有各种各样的功能,可以让你从你的应用程序中检索数据,我的工作就是玩这个,并检查哪些选项可用。Mandrill客户支持也很好,返回到各种查询中,因此也可以尝试一下。http://help.mandrill.com/anonymous_requests/new

Is there anything in particular you would like to track?

你有什么特别想要跟踪的吗?