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
6
votes
2 answers

Mandril: How to attach ics invitation file to template?

Hello, I wonder if mandrill support ability to send mail with attached ics file. Lets say I have some template. function sendMailMandrillInvite($name, $contact_email, $textarea, $url, $template_name = 'invite-businesses'){ $merge = 'true'; …
snaggs
  • 5,543
  • 17
  • 64
  • 127
6
votes
1 answer

IOS JSON sending an email from Mandrill

I have an IOS application that I would like to send an email via Mandrill. I have tried to implement this, but its not working and Ive confused myself. When pressing the button to send an email from the IOS application I log this error…
Steve
  • 438
  • 5
  • 11
6
votes
2 answers

Sending mail with ActionMailer and Outlook/Mandrillapp SMTP server

I am using ActionMailer to send mails for a 'Contact Us' form in my application. I am using Mandrill app for sending my emails.These are my settings: config/environments/development.rb config.action_mailer.perform_deliveries = true …
Jatin Ganhotra
  • 6,825
  • 6
  • 48
  • 71
6
votes
1 answer

How to add params to all links in a mandrill template through API?

I need to add some params to all links from a Mandrill template before sending. For example, in the template there are anchors like
Alexandru R
  • 8,560
  • 16
  • 64
  • 98
6
votes
1 answer

Django + Heroku + Mandrill mail_admins() not working, either manually or as triggered by 500 error

I have a Django (v1.4) site on Heroku using Mandrill for SMTP. I have all the required values in my settings file: EMAIL_HOST_PASSWORD EMAIL_HOST_USER EMAIL_HOST EMAIL_PORT SERVER_EMAIL (set to a real address, not root@localhost) I can send…
tchaymore
  • 3,728
  • 13
  • 55
  • 86
5
votes
0 answers

Laravel stopped sending email (mandrill account)

This code was working fine previously and laravel abruptly stopped sending mail since last week. I tried to send mail using swiftmailer separately with same credentials which is also working fine. I have following credentials on .env file for mail…
Veshraj Joshi
  • 3,544
  • 3
  • 27
  • 45
5
votes
1 answer

.NET sending using SmtpClient with Mandrill SMTP fails

We are facing a difficult problem sending mail via Mandrill SMTP silently fails when mailFromName in the below code contains "æ", "ø" or "å". The mail is send perfectly well when we use another SMTP. Mail.ReplyToList.Add(New…
Muleskinner
  • 14,150
  • 19
  • 58
  • 79
5
votes
1 answer

How to attach a csv file to email using Mandrill?

I have a csv string that I am trying to send to as an attachment in an email but the content is coming out as gibberish. This is a node script. Any ideas? // csv is a csv string var message = { …
user3527354
  • 586
  • 1
  • 7
  • 20
5
votes
1 answer

C# Mandrill-dotnet SendMessageTemplate Serialization Error to Post

Im using Mandrill-dotnet 2.4.1.0 to send transactional emails from my C# application. Every so often I get an Error saying: Serialization Error to Post: messages/send-template.json. When checking Mandrill the email I have tried to send has been…
Tobis
  • 117
  • 1
  • 8
5
votes
1 answer

Creating custom Handlebars helper with Mandrill?

Is there a way to define a custom Handlebars helper with Mandrill? Say that I've got an object and the currency is in cents. "products": [ { "sku": "hdrPhotos", "price": 19000, "title": "Unlimited HDR Photography" }, …
fuzzybabybunny
  • 5,146
  • 6
  • 32
  • 58
5
votes
1 answer

Mandrill SMTP giving EOFError: end of file reached errors

We use Mandrill to send transactional email from our Rails application (on Heroku). # config/environments/production.rb config.action_mailer.delivery_method = :smtp config.action_mailer.smtp_settings = { :address => "smtp.mandrillapp.com", …
rlarcombe
  • 2,958
  • 1
  • 17
  • 22
5
votes
1 answer

Authenticating Mandrill Webhook with PHP

I'm using Mandrill to send emails with PHP. I've registered a webhook so I can handle any hard bounces in my application as well as in Mandrill. The difficulty I'm having is generating the X-Mandrill-Signature header to authenticate the…
5
votes
3 answers

Started to get error using nodemailer and mandrill smtp. CERT_HAS_EXPIRED Error: certificate has expired

We are using nodemailer and mandrill smtp. Started today we got this error for few different web services Error: { [Error: certificate has expired] code: 'CERT_HAS_EXPIRED' } It happens for localhost and remote servers for different web…
Nedudi
  • 5,639
  • 2
  • 42
  • 37
5
votes
1 answer

Missing argument 1 for Illuminate\Support\Manager::createDriver() while sending mail in laravel

.env: MAIL_DRIVER=mail MAIL_HOST=smtp.mandrillapp.com MAIL_PORT=587 MAIL_USERNAME=sabin.maharjan456@gmail.com MAIL_PASSWORD=**************************** Mailer.php:
sabin maharjan
  • 409
  • 1
  • 8
  • 27
5
votes
1 answer

How to change the mailserver information displayed in cPanel

When I setup a new cPanel account for a client (through WHM), I also setup a Mandrill account for clients to use as their mailserver. Is it possible to change the mailserver information that is displayed in the "Configure Email Client" section of…
Travis Pflanz
  • 104
  • 2
  • 15