1

当前代码不起作用
attachments["contact.vcf"] = {:content=> card.to_s} mail(:to =>card.email, :subject =>"Test")

我一直在使用的示例代码:http:
//firstruby.wordpress.com/2007/12/10/vcard-exporting-through-rubyonrails/

4

1 回答 1

1

弄清楚了。需要对附件进行编码。

于 2011-10-11T18:01:07.917 回答