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

Heroku Mandrill Deployment Setup

Working on a Python/Django app, deploying with Heroku and sending emails with Mandrill. I've been able to send emails using my local configuration, but when I deploy to Heroku, the mail doesn't send but Heroku doesn't throw an error. When I check…
Craig Cannon
  • 1,449
  • 2
  • 13
  • 20
0
votes
1 answer

send email using mandrill not working (already have openssl)

Im from Indonesia, please forgive me if my language is not as good as others About a week ago i host my site in UK web hosting company, and few days ago i moved them into USA web hosting company. Previously i manage to get my registration page…
0
votes
1 answer

Adding a user to a list with mandrill

I'm trying to create a simple page on heroku to gather emails for an upcoming product launch. I'm trying to use the nodejs mandrill api wrapper to do accomplish this but it looks like there's no method for adding a user to a list. List subscription…
-1
votes
1 answer

Woocommerce / Mandrill setting up

There will be dozens of stupid questions like "where should I put this code", sorry. First of all, letting you know that I have almost zero knowledge about PHP (I know my problem could be solved via modifying default Wordpress php templates. I…
-1
votes
1 answer

How loopback to provide values for mandril template placeholder

From loopback How to provide values for placeholder for mandril template
Lux
  • 9
  • 3
-1
votes
1 answer

How to fix a crashing app that uses Mandrill API?

I am trying to send email using Android app which I build with Mandrill API and this API. And I have registered my app in Mandrill and I got API key from the Mandrill web site and I put it in my app, but the app crashed. My device (emulator) is…
Sahan Pasindu Nirmal
  • 433
  • 4
  • 13
  • 36
-1
votes
1 answer

How to send email from an email body?

I want to send an email from an email body clicking on a link or button. The first mail is sent using mandrillapp. I tried with anchor tag but it doesn't fulfill my requirement since I want to directly send without opening email client.…
Chethan Shetty
  • 532
  • 6
  • 18
-1
votes
1 answer

Mail chimp with Devise and Rails

I'm trying (failing miserably) to setup mandrill/mailchimp to work with rails 4 and devise. I'm having loads of trouble using dynamic fields, but now, i can't even insert my logo without mail chimp overriding it to put a black square background…
Mel
  • 2,481
  • 26
  • 113
  • 273
-1
votes
1 answer

How to send image using Mandrill but image name should not rename?

Image file attachments in mandrill api working fine. But here, 'type' => 'image/jpeg', 'name' => "", // Here I didn't know what I am use 'content' => base64_encode(file_get_contents($img))
-1
votes
1 answer

Extract Mandrill Merge Tags With Regex (star and pipe)

I am not familiar with regular expressions and I want to extract merge tags from my file. Mandrill API is using a expression like *|first_name|*. Also I am using it. Assume I have a text file as below:

*|first_name|* *|last_name|*

Umut Gunebakan
  • 391
  • 3
  • 14
-1
votes
1 answer

Tracking open rates using sendmail

Does anyone know of a cheap and easy way to capture open rates via sendmail, without leveraging Mandrill, mailchimp, etc?
-1
votes
2 answers

Features of Mandrill API

I am new to Mandrill and its integration. Can anyone help me to figure out the advantages of using Mandrill? What can be done using Mandrill other than sending messages and tracking them?
tanuja90
  • 127
  • 1
  • 3
  • 13
-1
votes
1 answer

Mandrill blacklist through api

I'm trying to create an unsubscribe button in my app which will do the same thing as the unsubscribe link in a Mandrill sent email. I can use the rejects/add.json endpoint, however there is no option to specify the sender email. If I blacklist the…
Rudecles
  • 199
  • 3
  • 13
-1
votes
1 answer

Rails e-mail options, Sidekiq, Sendgrid, Mandrill and delay times

Trying to understand more about Rails and e-mail before beginning to set it all up. E-mail news notifications are already a big part of what we do and automating and improving that bit (currently MailChimp) is part of the reason for rewriting it all…
-1
votes
2 answers

Mandrill is ghosting accounts or am i incorrect - it says delivered however mandrill did not even tried to send emails

I am using free mandrill account and sending email via using template and API When i send message it returns okay it is sent as status However even after several days there is still no smtp events at mandrill interface and the email is not…
Furkan Gözükara
  • 22,964
  • 77
  • 205
  • 342
1 2 3
63
64