当前代码不起作用
attachments["contact.vcf"] = {:content=> card.to\_s} mail(:to =>card.email, :subject =>"Test")我一直在使用的示例代码:
http://firstruby.wordpress.com/2007/12/10/vcard-exporting-through-rubyonrails/
发布于 2011-10-12 02:01:08
我想通了。需要对附件进行编码。
https://stackoverflow.com/questions/7641157
复制相似问题