Questions tagged [mandrill]

Mandrill is an API for sending transactional email. It runs on the delivery infrastructure that powers MailChimp.

Mandrill is a transactional email platform from mailchimp.com. Transactional emails are just one-off emails triggered by some action like signing up for an account or requesting a password reset.

Mandrill supports a scheduling feature, templates, and inline images and attachments.

950 questions
7
votes
1 answer

SPF Configuration for Mandrill and MailChimp?

I am planing to use both Mandrill and MailChimp for my website, and I`m trying to set up the crazy SPF DKIM for both of them. At same time still keep my own email flowing In and Out :) My current plan is : SPF TXT Record yourdomain.com v=spf1…
sumatrantiger
  • 75
  • 1
  • 1
  • 3
7
votes
1 answer

Mandrill Inbound Email routing

having a bit of a conceptual issue here: Using mandrill for sending email - ok. Configured mandrill for receiving email. the documentation states that incoming messages are posted to an URL. This means that such a page should exist and parse the…
user1144596
  • 2,068
  • 8
  • 36
  • 56
7
votes
1 answer

Send email with template (Mandrill PHP)

I have created a template in Mandrill but I don't know how to use to send email. Here is an example how to use it with a simple html:
Marckaraujo
  • 7,422
  • 11
  • 59
  • 97
7
votes
1 answer

send template mandrill javascript

I am new to programming and would like to send a template via the mandrill api. Sending a message works fine. What do I have to change in my code to send a template? In the mandrill documentation I see that I can call a template I have stored in…
user2413882
  • 191
  • 1
  • 6
7
votes
1 answer

How to use simple_format or a view to format HTML in model after_create callback

I am using the mandrill-api (from MailChimp) to send an email to many people in a single API call. It takes a HTML parameter that I would like to be generated from a view rather than directly in my model where I have no access to simple_format to…
Space
  • 2,022
  • 1
  • 19
  • 29
7
votes
3 answers

How to convert MailChimp designed campaign into a template in Mandrill?

I want to convert my MailChimp campaign into Mandrill template. So that I can use the MailChimp template to send Mandrill transactional email. I designed the campaign with drag-n-drop tools in Mailchimp.
user9371102
  • 1,278
  • 3
  • 21
  • 43
6
votes
2 answers

Mandrill API - Handlebar each loop in Table

I use the Mandrill API to send my transactional Mails via PHP. Now I'm running in the problem, that when I try to loop through multiple vars only the last one is shown. this is my variable for global_merge_vars array( array( …
FalcoB
  • 1,333
  • 10
  • 25
6
votes
1 answer

Subdomains in Mandrill

I am using Mandrill trial account for sending emails, i have a question which i am not able to find a solution. I have a domain (www.domain.com) which is registered with Mandrill account with an email address email1@domain.com. I have a requirement…
Superprogrammer
  • 109
  • 1
  • 5
6
votes
1 answer

Does Mandrill's Render API ignore merge_vars that map to Handlebars variables?

On Mandrill's Template API page, I plug in the following JSON to test the Render method upon clicking "Try it": { "key": "MY VALID KEY", "template_name": "test1", "template_content": [ ], "merge_vars": [ { …
flipdoubt
  • 13,897
  • 15
  • 64
  • 96
6
votes
2 answers

Mandrill Templates With Handlebars - How To Format Date

Mandrill has a great feature that allows one to use Handlebars in templates to customize email content. See docs here. One of the helpers that Madnrill supports is date that can be used like {{#date}}. The default date format is d/m/Y. My question…
6
votes
2 answers

Set Message-Id with Mandrill for bulk emails

I am sending emails to lists of contacts based on templates using Mandrill. I would like to track if the contacts have replied to my email and, to do so, I would like to check whether the Message-Id of my sent emails appears in the In-Reply-To…
Victor
  • 3,081
  • 2
  • 18
  • 20
6
votes
3 answers

How to send an email with Mandrill using JavaScript?

I have followed this guide on how to send an email using JavaScript with Mandrill, but am receiving this error in my console: Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at…
Ralph David Abernathy
  • 5,230
  • 11
  • 51
  • 78
6
votes
2 answers

Mandrill ignores line breaks (\n)

Using the send-template method and the Lutung Mandrill Java API implementation, when a template variable contains line breaks of the form \n, they are totally ignored or stripped on generated emails. The Strings containing \n characters are kept…
AxeEffect
  • 6,345
  • 4
  • 37
  • 33
6
votes
2 answers

Extra "\n " in Mandrill raw_message break some links

I am sending e-mails from a Rails app on Heroku to Mandrill via SMTP. Everything has been working fine for a while, but recently (detected 2 days ago), we received reports that some links are broken. When I send the message to Mailtrap, also via…
Joel Cogen
  • 488
  • 3
  • 9
6
votes
1 answer

Subscribing email address to MailChimp from iOS app

I have added a contact form to my app that allows users to send feedback to me directly via email. I'm using Mandrill and Parse, and it works well! On the contact form is an "Add me to mailing list…" option, and I'm looking for a way to add the…
Rogare
  • 3,234
  • 3
  • 27
  • 50