如何获取使用 Mandrill 发送的最后一封电子邮件 API

How to get the last email sent with the Mandrill API

我想知道是否有办法让最后一封电子邮件与 Mandrill API 一起发送? 我查看了文档,但没有找到任何方法。

您应该能够使用此调用获取最近发送的消息元数据:

https://mandrillapp.com/api/docs/messages.JSON.html#method=search

然后这个获取给定消息的完整消息内容:

https://mandrillapp.com/api/docs/messages.JSON.html#method=content