Questions tagged [mailchimp]

MailChimp helps you design email newsletters, share them on social networks, integrate with services you already use, and track your results. It's like your own personal publishing platform.

MailChimp makes it easy to design exceptional email campaigns, share them on social networks, integrate with web services you already use, manage subscribers, and track your results.

The MailChimp API allows developers to create integrations that connect MailChimp to a CMS, blog, shopping cart, and more. The majority of data and functionality within the MailChimp web application is accessible, so the integration possibilities are endless.

Resources

2413 questions
132
votes
10 answers

AJAX Mailchimp signup form integration

Is there any way to integrate mailchimp simple (one email input) with AJAX, so there is no page refresh and no redirection to default mailchimp page. This solution doesn't work jQuery Ajax POST not working with MailChimp Thanks
alexndm
  • 2,899
  • 5
  • 24
  • 25
78
votes
3 answers

Create a basic MailChimp signup form using their API

I'm new to MailChimp and need some help. With their basic newsletter signup form... you simply embed some prepackaged HTML into your page. However the problem with this is that clicking on submit redirects to a MailChimp page. (I don't want to…
Sparky
  • 98,165
  • 25
  • 199
  • 285
68
votes
6 answers

Adding subscribers to a list using Mailchimp's API v3

I'm trying to add users to a list I've created in Mailchimp but I can't find any code examples anywhere. I've tried figuring out how to use the API but I'm very much a "Look at an example and learn" kind of person. I've tried using version 2 of the…
VenomRush
  • 1,622
  • 3
  • 15
  • 25
49
votes
1 answer

Realize Mailchimp Double-Opt-In with API 3.0

I´m looking for a comfortable way to realize double opt-in via mailchimp API 3.0. It looks like there was an option in version 2.0 which told mailchimp to send an opt-in confirmation email automatically as soon as a new member is added via API call.…
Michael
  • 2,966
  • 3
  • 30
  • 33
42
votes
7 answers

Too many DNS lookups in an SPF record

My website needs to send out emails with Google Apps, SendGrid and MailChimp services. Google Apps is used to receive and read incoming email to my domain. I need to set the SPF record for my domain. The following is syntactically correct (not sure…
Robert
  • 559
  • 1
  • 4
  • 6
41
votes
8 answers

HTML email in Gmail - CSS style attribute removed

I'm working on an HTML email and I am using MailChimp's Responsive Email Templates in combination with their CSS inliner tool. For the most part, the email looks great across the myriad of email clients, but in Gmail things are horribly…
Matty B
  • 1,008
  • 2
  • 13
  • 25
34
votes
5 answers

Mandrill Emails not reaching any mailbox, but Mandrill showing status 'Delivered'

Mandrill does not offer any support. I've sent them many tickets, but still no answer. I hope someone here will help me out. I'm sending emails through SMTP. I'm able to send few thousand emails in start, but after few thousands, no email reaching…
Pasco
  • 471
  • 1
  • 5
  • 5
31
votes
1 answer

How to fix mandrill / mailchimp transactional email issue recipient-domain-mismatch

Mandrill is rejecting any emails sent to a domain that doesn't match my verified domain but it's not clear why this is happening. How do I allow outgoing email to be sent to any public domain such as gmail that won't match my domain?
Richardsondx
  • 1,227
  • 1
  • 15
  • 25
31
votes
2 answers

Mandrill - The difference between global_merge_vars and normal merge_vars

I've looked at this Mandrill knowledgebase article over and over and cannot see any obvious explanation of what the difference is between Global Merge Vars and Merge Vars, and when I should use global vs normal. Both global_merge_vars and merge_vars…
alexleonard
  • 1,314
  • 3
  • 21
  • 37
29
votes
2 answers

What should I use: bulk e-mails (with MailChimp) or transactional e-mails(with Mandrill)?

I read MailChimp is to send bulk emails and Mandrill for transactional emails. I am not so familiar with these terms. Can I have bulk transactional emails when I have a lot of users? or does bulk emails apply just when I sent one copy to many…
sites
  • 21,417
  • 17
  • 87
  • 146
29
votes
1 answer

Mandrill and view in browser functionality

Anyone know if Mandrill support a "View in browser" functionality like the MailChimp |ARCHIVE| variable. If not, can I use the search functionality to fetch a send mail (for example if I know some specific metadata for the mail in question)? Or…
Muleskinner
  • 14,150
  • 19
  • 58
  • 79
27
votes
5 answers

Simple php function to send an email with Mandrill

What is the easiest way to send an email via Mailchimp's Mandrill service (using the API). Here's the send method: https://mandrillapp.com/api/docs/messages.html#method=send Here's the API wrapper:…
Jeremy
  • 925
  • 2
  • 11
  • 22
26
votes
7 answers

How to add "Tags" to mailchimp subscriber via the api

Looking to add tags to my mailing list members via the api. But I don't see where to pass in tags in the documentation. Can someone point to an example of how to update the tags associated with a member via the api?
teamteama
  • 281
  • 1
  • 3
  • 6
26
votes
4 answers

Custom mailchimp signup form in React

I have a react app that I would like to add mailchimp signup form to. I am building a custom signup form and have user sign up by entering their first and last name and email. I am not dealing with any campaign stuff. All I am trying to achieve is…
ah_gel
  • 411
  • 1
  • 4
  • 11
22
votes
2 answers

How to integrate MailChimp in C#/.Net

I want to send email through MailChimp. How to do this in .Net? Does any one have sample code?
Waheed
  • 10,086
  • 20
  • 53
  • 66
1
2 3
99 100