【问题标题】:Rails 3: Actionmailer :BCC field doesn't workRails 3:Actionmailer:BCC 字段不起作用
【发布时间】:2011-10-15 07:20:41
【问题描述】:

:bcc 字段似乎不起作用。

 mail(:to => "xx@xxx.org",
       :bcc => "xx1@xxx.org",
       :subject => "Welcome to My Awesome Site")

我想将一个包含 100 封电子邮件的数组传递给 :BCC 字段以发送,但即使我只传递 1 个值,这也不起作用。

谢谢

【问题讨论】:

标签: ruby-on-rails-3


【解决方案1】:

我也遇到了这个问题。但是,我将其范围缩小到使用 SES 进行交付。我发现了这个问题 https://github.com/drewblas/aws-ses/issues/16

当我使用 sendmail 时,密件抄送工作得很好。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2013-11-28
    • 2014-07-17
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多