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
-1
votes
3 answers

I am creating a mail client with mandrill & Node.js... My node server is getting an empty POST request body on submit of the mail client form

//Server side code of node js //Dependencies var express = require('express'); var http = require('http'); var bodyParser = require('body-parser'); var path = require('path'); var fs = require('fs'); var multer = require('multer'); var mongo =…
Agniruddra
  • 56
  • 7
-1
votes
2 answers

Unable to Parse JSON Fields Due to Leading Bracket in PHP

I'm trying to create a webhook for Mandrill that will send an e-mail to the sender when a previously sent e-mail bounces. I'm able to receive the JSON data from Mandrill, but am unable to parse that data to send to the original…
-2
votes
3 answers

Yii2 Mandrill email soft verification

i am using yii2 plugin nickcv and i want to know that email status just like soft verification or email delivered or not. can anyone help me?? Thanks in advance. \Yii::$app->mailer ->compose('mailViewName', ['model' =>…
nageen nayak
  • 1,262
  • 2
  • 18
  • 28
-2
votes
2 answers

Javascript - Send JSON output through email using HTML snippet

I have a simple JavaScript/jQuery web app where users can enter an artist's name and receive a list of similar artists based off of the Spotify API. The Spotify API prints out a JSON array that I iterate over in order to show in the browser. I would…
Yami Medina
  • 670
  • 10
  • 26
-2
votes
2 answers

Json Parsing and inserting to mysql

I am using the the Mandrill to post any inbound emails. Here is what is posted by Mandrill when i receive a new email -> http://help.mandrill.com/entries/22092308-What-is-the-format-of-inbound-email-webhooks- Also here is what i get in the $_REQUEST…
Lucky Soni
  • 6,811
  • 3
  • 38
  • 57
1 2 3
63
64