- xml - AJAX/Jquery XML 解析
- 具有多重继承的 XML 模式
- .net - 枚举序列化 Json 与 XML
- XML 简单类型、简单内容、复杂类型、复杂内容
我使用 mandrill 发送电子邮件,它显示一些电子邮件来自:ma@mail133-28.atl131.mandrillapp.com [mailto:ma@mail133-28.atl131.mandrillapp.com]
代表 info@****.com
以我的名义邮寄
default from: "info@****.com"
and in the development.rb
config.action_mailer.raise_delivery_errors = true
config.action_mailer.delivery_method = :letter_opener
config.action_mailer.delivery_method = :smtp
config.action_mailer.smtp_settings = {
:address => "smtp.mandrillapp.com",
:port => 587,
:domain => 'www.****.com',
:user_name => '**@**.ca',
:password => '***',
:authentication => :plain,
:enable_starttls_auto => true
}
这是为什么呢?我想显示来自:info@****.com
没有这个 ma@mail133-28.atl131.mandrillapp.com [mailto:ma@mail133-28.atl131.mandrillapp. com]
代表 info@****.com
最佳答案
来自 Mandrill KB
If your recipients use Outlook, Hotmail (and other Microsoft webmail services), or Gmail, they may see an indication in the email that it was sent by Mandrill on your behalf instead of just your 'from' name and address. Add SPF and DKIM records to your sending domains to remove the 'on behalf of' or 'via' information.
有关如何操作的说明可在此处找到:https://mandrill.zendesk.com/hc/en-us/articles/205582277-How-do-I-add-DNS-records-for-my-sending-domains-
关于ruby-on-rails - 山魈发送电子邮件 ruby on rails,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30746144/
我不明白为什么我得到一个无效的数组! response = Unirest.post "#{@@endpoint}/messages/send.json",
我的 html 内容中的变量似乎被删除,因此电子邮件中没有显示动态内容。模板语言在代码中和全局设置为handlebars。 该文档似乎没有提供任何其他详细信息或示例。没有错误消息。 var subje
我正在尝试使用 mandrill 电子邮件服务发送电子邮件,但出现以下错误: [ { "email": "pranav_withyou@hotmail.com",
我能够从我的电子邮件地址旁边删除via asdfklsdj@ksjl.com等,这些地址将显示给我的电子邮件中的消息接收者。 但如果我展开,我仍然会看到由 mandrill 应用程序发送的邮件。有没有
我是一名优秀的程序员,十分优秀!