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
5
votes
1 answer

No message exists with the id *id*

I'm trying to list sent emails via the mandrill API. I can list them fine by calling https://mandrillapp.com/api/1.0/messages/search.json. This gives me a list that contains a bunch of sent messages along withg an id field. I then use this ID field…
5
votes
1 answer

Mandrill API shows 'sent' status wrongly

I've been trying to use the Mandrill API to send transactional emails. While testing, I tried to send to an invalid email 'hgfjhdj@jfdbjkdfhu.com' and got this response…
5
votes
2 answers

Laravel Mail Queue Infinite Loop on Exception

Hello fellow programmers, I wish everyone a good morning. The Situation Laravel is great. Laravel Mail queues and the beanstalkd integration is great. It took me almost no time to get everything working. The sun is shining and its not raining. Its…
Mythli
  • 5,995
  • 2
  • 24
  • 31
5
votes
2 answers

Silex + Swift Mailer not working

I have a Silex app with Swift Mailer, but it seems like the configuration was not loaded from $app['swiftmailer.options']. I registered the service in my bootstrap file $app->register(new SwiftmailerServiceProvider()); And in my configuration…
Raphael Marco
  • 494
  • 10
  • 21
5
votes
3 answers

mailchimp template export to mandrill issue with merge tags

I have made templates in Mailchimp and would like to export them to Mandrill, so it can be automated when a new user signs up on our website, as a Welcome email and Getting Started email. In the Mailchimp template, I have added the mc:edit="name" in…
Chou One
  • 627
  • 1
  • 13
  • 21
5
votes
1 answer

Mandrill CA SSL errors with cURL

I'm trying out Mandrill. It looks nice. I signed up with an account and got an api key. Downloaded the Mandrill PHP wrapper from https://bitbucket.org/mailchimp/mandrill-api-php This post seemed to have a pretty good hello-world Mandrill email…
CodeOwl
  • 662
  • 2
  • 9
  • 23
5
votes
1 answer

Send Email Using Smtp Client with Mandrill

I want to send a message using Mandrill.I need the following code to do this: Send the same message to all recipient without Each one of them see the address of the other recipient. I used the following code : System.Net.Mail.MailMessage message =…
5
votes
1 answer

Create Mandrill html template

I've been trying to create a html template for Mandrill, but I don't have the faintest clue on how to create dynamic content. I would like to send Wordpress and Woocommerce e-mails through Mandrill, but firstly need to be able to create a working…
dsolivier
  • 55
  • 1
  • 4
5
votes
2 answers

Set Mandrill Template Laravel

I'm trying to send a Mandrill email in the default Laravel 4 Mailer, and I want to set the template and send the data to Mandrill. I'd rather not use a local file in my Laravel, I have this all set up to work inside of Mandrill. This is how I have…
Tommy Nicholas
  • 1,133
  • 5
  • 20
  • 31
5
votes
3 answers

Can't send BCC emails through Mandrill (via Laravel)

I am unable to send emails to users through the Mandrill plugin in Laravel using BCC. I can send emails "to" the addresses, as follows: Mail::send('emails.coach_invite', $data, function($message) use ($coach, $emails) { foreach ($emails as…
Chris Garson
  • 199
  • 1
  • 11
5
votes
2 answers

Conditional content in Mandrill template

I am handing over dictionary keys (key value pair) to a service which in turn utilizes the api to send the email via Mandrill. Now, if my key is blank then i dont want it to be included in the email. Like in the following scenario, i only want the…
learning...
  • 3,104
  • 10
  • 58
  • 96
5
votes
2 answers

Mandrill Editable Template: mc:edit link href

I'm trying to use Mandrill templates to send order tracking emails. Using the mc:edit works well for simple text like ship_id
I was wondering if there was a way to pass the href link in a variable i.e.…
bpipat
  • 3,700
  • 4
  • 20
  • 22
5
votes
1 answer

Mandrill Reply-to

Today I sign-up Mandrill account to learn how it's work. This is my PHP code to send a simple email: html = "html…
Zulhilmi Zainudin
  • 9,017
  • 12
  • 62
  • 98
5
votes
0 answers

can't send url as 'href' link in mandrill

I'm trying to send mail using mandrill from node js API. I was successful in sending the following as long as I keep my 'downloadLink' free from 'dangerous' characters such as : '/' and '?' the following get send but the 'link' is following to…
skme
  • 731
  • 6
  • 24
5
votes
3 answers

Is it possible to use nested merge tags in Mandrill?

Is it possible to use nested merge tags? What we need is to be able to define the UNSUB tag depending on the values from other merge tags, like on this example:
AntonioHS
  • 1,360
  • 10
  • 25