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
9
votes
4 answers

Emails not going from Mandrill to Gmail

I'm trying to send email from my app, emails seem to be going to mandrill correctly and there getting delivered, but I see nothing in my inbox. I've even tried sending them through my domain and I'm still not getting them. I get them from my live…
MikaAK
  • 2,334
  • 6
  • 26
  • 53
9
votes
3 answers

error in send email using Mandrill (php)

I am using mandrill api for the first time. I am using following code. I have Mandrill API Key with me. '

Example HTML…

Aakanksha
  • 199
  • 1
  • 3
  • 15
8
votes
3 answers

Is it possible to send transactional emails with Mailchimp without Mandrill?

If company already subscribed to MailChimp do they need also Mandril to send transactional emails such as app welcome, invites to join or befriend, password recovery etc. Can one send password recovery or welcome email as one person campaign…
Serge
  • 3,387
  • 3
  • 16
  • 34
8
votes
1 answer

Rails 4, Devise & Mandrill emails

I'm trying to make an app in Rails 4. For the past 3 years, I've been struggling to figure out devise/omniauth (I am still trying to get it to work). Stepping aside from the main problems while I try and find the will to live through this, I've…
Mel
  • 2,481
  • 26
  • 113
  • 273
8
votes
2 answers

Turn off Mandrill transactional email URL tracking

I use simple SMTP settings to send emails from my app with Mandrill. Mandrill however hijacks the links and injects its own URLs so that link is rerouted via their servers. That results with user seeing the mandrill URL in their browser before going…
Lukasz Muzyka
  • 2,783
  • 1
  • 30
  • 41
8
votes
3 answers

How do I test mandrill api with rspec

So my client has reported that many of the emails are going to the wrong person, and I would like to write some feature tests to find and make sure that they are receiving the email and what it says in my specs. I have mandrill_mailer which uses…
tspore
  • 1,349
  • 2
  • 11
  • 14
8
votes
6 answers

Mandrill Webhooks - Security

For security purposes, I try to allow only Mandrill's IP(s) to access these urls. Does anyone know them?
devside
  • 2,171
  • 1
  • 19
  • 23
8
votes
1 answer

How to get stats through API about an email sent with Mandrill?

I can't find a way to get all stats related to one email sent through Mandrill app? Do you use Mandrill api to get the stats?
Alexandru R
  • 8,560
  • 16
  • 64
  • 98
7
votes
0 answers

mailchimp mandrill handlebar doesn't work

I'm trying to work with handlebars, I've done exactly what tutorial says, my email doesn't seem to be formatting handlebars at all. What am I doing wrong. my sending default in mailchimp is handlebar too. I'm doing and using the tutorial example,…
Biplov
  • 1,136
  • 1
  • 20
  • 44
7
votes
1 answer

Mandrill not showing the right Cc information

This issue really driving me crazy this past hours. Why is the email that send with Mandrill not showing the right information about the Cc email address. So for example, I want to send email…
Nikolius Lau
  • 653
  • 2
  • 11
  • 21
7
votes
4 answers

How to verify Mandrill custom sending domain without a mail receiving client?

The Background I am using Mandrill as my SMTP sending mail server. After setting up MX in my custom domain DNS, I am able to send emails through Mandrill. However, when reading the email from Gmail client, there's always an "on behalf of" line…
kavare
  • 1,786
  • 2
  • 17
  • 26
7
votes
1 answer

Codeigniter and Mandrill api, unable to send email

I am trying to email by using Mandrill with CodeIgniter. I can use Mandrill API as described in their documentation: require_once(mandrill/Mandrill.php); $Mandrill = new Mandrill($apikey); $params = array( "html" => "

\r\n\tHi…

h_h
  • 1,201
  • 4
  • 28
  • 47
7
votes
2 answers

Mandrill PHP unable to get local issuer SSL certificate

I've installed the Mandrill PHP API on my Windows Apache server. When trying to send an email using the code below I get the error: Mandrill_HttpError - API call to messages/send-template failed: SSL certificate problem: unable to get local issuer…
Dave Splat
  • 227
  • 2
  • 7
7
votes
2 answers

Does dynamic Mandrill template support iteration over a collection?

I would like to add dynamic content to my e-mail, part of it being a collection of items (e.g. list of books). I would like Mandrill to render each of these items once (e.g. one table row per book). Is it possible to use for-loop in Mandrill…
marcelka
  • 253
  • 3
  • 11
7
votes
2 answers

Mandrill problem with sending emails: Message not sent: queued

I have an issue with using Mandrill to send emails, I created an account and a new template but when I try to send a test of that template ... I get the following message even I had ever send an email. " Message not sent: queued "
web hobbit
  • 501
  • 4
  • 17
1 2
3
63 64