Related questions
Can I use a DIV in an email template?
I am greatly confused about designing an email template for a mailchimp campaign. I want to know if I can use a div with a class of "Container" on my email template. Is using div tags supported by all mail …
How to send email through MailChimp 3.0 api?
I'm trying to send email through mailchimp api version 3.0 in php, but i have no luck. This is my code:
$postString = '{
"message": {
"html": "this is the emails html content",
"text": "this is the emails text content",
"subject": "this is …