问题标签 [mandrill]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
ruby-on-rails - 山魈如何工作?
我刚刚设置了一个 Rails 应用程序来使用 Mandrill 发送通知电子邮件(在开发环境中)。当我注册 Mandrill 时,它使用我的 gmail 作为用户名,并在“发送域”下列出了 gmail。基于此(不是非常全面的文档),我假设 Mandrill 将发送电子邮件through my
gmail 帐户。
在我的 Rails 邮件程序 Notifier.rb 中,我将默认邮件地址设置为假的(即不存在的)名称
当我使用 mandrill 从我的 Rails 应用程序收到测试电子邮件时,这些电子邮件是从“fakenotrealemail@gmail.com”发送的。显然,该电子邮件地址没有发送电子邮件,因为它不存在。我不确定 Rails 是否会一直这样做,或者 Mandrill 的角色是什么。
- 无论如何,如果 Mandrill 没有使用我的真实 gmail 地址(我注册的那个)来发送电子邮件,那么为什么将“gmail”列为“发送域”。
- 一旦我获得了我的应用程序的自定义域名(一旦应用程序启动)并注册了 Google 商业应用程序以获取带有自定义域的电子邮件,我需要做些什么来让 Mandrill 使用它吗?还是就像在 Rails 应用程序的 Notifier.rb 类中使用它作为“默认”名称一样简单?
jquery - 未知方法错误 - Mandrill 用户/ping.json 上的代码:-99
我有以下代码:
这是回应:
{"status":"error","code":-99,"name":"UserError","message":"Unknownmethod\"users.ping.json\""}
我在网上搜索,我找不到这个错误,所以我只能猜测我做了一些不正确的事情,这很简单。
我已经删除并添加了新的密钥,我也尝试过,但仍然是这个错误。
我也看过谷歌讨论,但那里没有乐趣。
有人有想法吗?
mailchimp - 如何在 Mandrill 中使用 MailChimp 模板?
是否可以在 Mandrill 中使用 MailChimp 模板?我链接了这两个帐户,但在 Mandril 中看不到我的 MailChimp 模板..?? 任何建议,或者是不可能的。
我跟着这个,但没有雪茄。
python - Django + Heroku + Mandrill mail_admins() 无法正常工作,无论是手动还是由 500 错误触发
我在 Heroku 上有一个使用 Mandrill 进行 SMTP 的 Django (v1.4) 站点。我的设置文件中有所有必需的值:
- EMAIL_HOST_PASSWORD
- EMAIL_HOST_USER
- EMAIL_HOST
- EMAIL_PORT
- SERVER_EMAIL(设置为真实地址,而不是 root@localhost)
send_messages()
我可以从客户端手动发送常规电子邮件。但是当出现 500 错误时不会发送电子邮件,并且调用mail_admins
客户端不会产生任何错误,但也不会发送电子邮件。
这是我的日志记录设置:
还有我的管理员:
我检查了我的垃圾邮件文件夹,那里什么也没有。我在设置中遗漏了什么吗?或者是其他东西?
django - Django Mailsnake,apscheduler 发送电子邮件错误
我在使用 mandril 发送电子邮件时遇到问题,我需要在用户注册两天后发送一封电子邮件,这是我的代码:
问题是几天后开始重复发送相同的电子邮件,重复发送给同一用户 2 或 3 或 4 次,我做错了什么?有任何想法吗?谢谢
javascript - 验证 Mandrill 的 X-Mandrill 签名
我正在开发一个 Node.js 应用程序,并且正在努力验证 Mandrill Webhook 请求。
如此处所述http://help.mandrill.com/entries/23704122-Authenticating-webhook-requests在 PHP 中应该是这样的:
所以我想出了这个:
不幸的是,这不起作用。我得到一个不同的签名。
POST 数据以 urlencoded 形式出现,例如:
网址解码:
Mandrill 文档说,不应包含分隔符,所以这是我正在使用的字符串(没有=
):
有什么想法吗?
PS:我仔细检查了 URL 和 Webhook Key :-)。
mailchimp - 为什么 Mandrill 无法识别我的合并标签?
我正在使用 Mandrill API 并有一个简单的模板:
我从这里使用 send-template.json API:https ://mandrillapp.com/api/docs/messages.JSON.html#method=send-template
当我插入有效负载时,仍然没有填充“名称”变量,知道为什么吗?
但我在发送的电子邮件中得到的唯一信息是:
email - What should I use: bulk e-mails (with MailChimp) or transactional e-mails(with Mandrill)?
I read MailChimp is to send bulk emails and Mandrill for transactional emails.
I am not so familiar with these terms. Can I have bulk transactional emails when I have a lot of users? or does bulk emails apply just when I sent one copy to many users?
My app is sending emails a few because is new, but it could grow. Will I be sending bulk emails when application grows? event if these emails are transactional?
What is a transactional email?
php - 使用模板发送电子邮件 (Mandrill PHP)
我在 Mandrill 中创建了一个模板,但我不知道如何使用它来发送电子邮件。
这是一个如何将它与一个简单的 html 一起使用的示例:
php - 将 PHP 变量添加到 Mandrill 模板
我刚刚从 PHP 邮件功能切换到 Mandrill,但 Mandrill 将电子邮件中的 PHP 视为 HTML 并打印如下变量:
有谁知道如何将 PHP 添加到 HTML 模板中?