通过Mandril模板

时间:2015-09-08 10:24:27

标签: ruby-on-rails http-headers actionmailer mandrill

我们正在使用Mandril包装器来处理邮件模板。我们已集成SMTP标头以将变量传递给Mandril https://mandrill.zendesk.com/hc/en-us/articles/205582117-Using-SMTP-Headers-to-customize-your-messages#custom-header-reference

但它不包含附件的标头。我怎样才能传递附件。

我试过像这样的标题

headers['X-MC-Attachments'] = attachments

附件包含mandril模板所需的正确格式的哈希数组。

有什么想法吗?

1 个答案:

答案 0 :(得分:0)

没有用于使用Mandrill发送附件的自定义标头。如果您正在使用ActionMailer,则可以使用此处显示的attachments方法:http://guides.rubyonrails.org/action_mailer_basics.html#adding-attachments