All Projects → spatie → Mailchimp Boilerplate

spatie / Mailchimp Boilerplate

Licence: other
MailChimp repeatable blocks boilerplate

Projects that are alternatives of or similar to Mailchimp Boilerplate

Mailmergelib
MailMergeLib is a mail message client library which provides comfortable mail merge capabilities for text, inline images and attachments, as well as good throughput and fault tolerance for sending mail messages.
Stars: ✭ 97 (+73.21%)
Mutual labels:  mail, template
bulk-mail-cli
Do quick, hassle-free email marketing with this small but very powerful tool! 🔥
Stars: ✭ 88 (+57.14%)
Mutual labels:  mail, mailchimp
Email Templates
📫 Create, preview, and send custom email templates for Node.js. Highly configurable and supports automatic inline CSS, stylesheets, embedded images and fonts, and much more!
Stars: ✭ 3,291 (+5776.79%)
Mutual labels:  mailchimp, template
Tail Kit
Tail-kit is a free and open source components and templates kit fully coded with Tailwind css 2.0.
Stars: ✭ 997 (+1680.36%)
Mutual labels:  template
Latexcv
👔 A collection of cv and resume templates written in LaTeX. Leave an issue if your language is not supported!
Stars: ✭ 1,027 (+1733.93%)
Mutual labels:  template
Jsdoc Baseline
An experimental, extensible template for JSDoc.
Stars: ✭ 51 (-8.93%)
Mutual labels:  template
React Frontend Dev Portfolio
Easy to adapt and deploy React portfolio inspired with solutions found at GitHub.
Stars: ✭ 55 (-1.79%)
Mutual labels:  template
Phug
Phug - The Pug Template Engine for PHP
Stars: ✭ 43 (-23.21%)
Mutual labels:  template
Mailer
A lightweight PHP SMTP mail sender
Stars: ✭ 53 (-5.36%)
Mutual labels:  mail
Design Systems Office Hours Playbook
A playbook for running Design Systems office hours or attending them as a Design System representative. Use this as a template for making your own company Design Systems office hours playbook!
Stars: ✭ 49 (-12.5%)
Mutual labels:  template
Miraigo Template
A template for MiraiGo
Stars: ✭ 47 (-16.07%)
Mutual labels:  template
Bug Bounty Responses
A collection of response templates for invalid bug bounty reports.
Stars: ✭ 46 (-17.86%)
Mutual labels:  template
Input Mask Android
User input masking library repo.
Stars: ✭ 1,060 (+1792.86%)
Mutual labels:  template
Phaser3template
heroku deployable webpacked phaser3 template with socket.io for multi or single player games
Stars: ✭ 44 (-21.43%)
Mutual labels:  template
Donations
🙌 Responsive donations template for your projects.
Stars: ✭ 54 (-3.57%)
Mutual labels:  template
Bootstrap4layouts
A Template for Bootstrap 4 based on my Bootstrap 4 Layouts course on LinkedIn Learning
Stars: ✭ 44 (-21.43%)
Mutual labels:  template
Trust
Travis CI and AppVeyor template to test your Rust crate on 5 architectures and publish binary releases of it for Linux, macOS and Windows
Stars: ✭ 1,072 (+1814.29%)
Mutual labels:  template
Raygun Rails
Rails 6 application template for Raygun, the Carbon Five Rails application generator.
Stars: ✭ 48 (-14.29%)
Mutual labels:  template
Oa Apidoc Template
Live Demo
Stars: ✭ 47 (-16.07%)
Mutual labels:  template
Canvas
Base for Blogger, seo, twitter card, open graph, optimization and performance
Stars: ✭ 51 (-8.93%)
Mutual labels:  template

Mailchimp boilerplate with repeatable blocks

This MailChimp HTML email boilerplate contains useful repeatable blocks with mc:repeatable and mc:edit attributes.

Imported as a MailChimp Template it gives authors the opportunity to create, duplicate and rearrange different sections in a newsletter.

Check this sized screenshot with all available blocks.

Included:

  • 1 column text
  • 2 columns text
  • Action button
  • Banner + optional caption
  • 2 columns thumbnails + text
  • Image + text column (right or left aligned)
  • All the above with inset & background
  • Calendar + text (right or left aligned)

The boilerplate is used as a starting point for MailChimp templates at spatie.be.

Support us

We invest a lot of resources into creating best in class open source packages. You can support us by buying one of our paid products.

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on our contact page. We publish all received postcards on our virtual postcard wall.

Postcardware

You're free to use this package (it's Creative Commons Licensed), but if it makes it to your production environment we highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using.

Our address is: Spatie, Kruikstraat 22, 2018 Antwerp, Belgium.

The best postcards will get published on the open source page on our website.

Usage

Customize

  • Download or clone this repository
  • Adapt and tweak the HTML and embedded CSS in email.html

Upload to MailChimp

  • Make a .zip file containing email.html and all *.png files
  • Go to MailChimp's Templates section
  • Select Create template > Code your own > Import zip
  • Upload the .zip and name your template

Compose campaigns

When creating new Campaigns in MailChimp select this layout in the Template step, tab Saved templates.

Compose your email in the Edit step:

  • Hover a content section and duplicate blocks with the + at the bottom left
  • Change a block type in the dropdown
  • Drag blocks to reorder

More info in this MailChimp KB article

Caveats

  • Use images with the exact size. Outlook 2013 doesn't handle the max-width styles, larger images break the layout.
  • Use line-heights in %, eg. line-height: 150%
  • Caution with importing custom webfonts in Outlook 2013: they tend to break the font stack. Include conditional styles with !important to avoid Times New Roman / serif body text.
<!--[if mso 15]>
<style type="text/css">
    h1, h2, h3, h4, h5, h6,
    .headerCell, .footerCell,
    .textContent, .textContentLast,
    .buttonContent,
    .emailCalendarDay, .emailCalendarMonth {
        font-family: Arial, sans-serif !important;
        mso-line-height-rule: exactly;
    }
</style>
<![endif]-->

Changelog

Please see CHANGELOG for more information what has changed recently.

Testing

Test with MailChimp's Preview and Inbox Preview functionality. Send test mails to real world mailboxes.

Contributing

Please see CONTRIBUTING for details.

Credits

About Spatie

Spatie is a webdesign agency based in Antwerp, Belgium. You'll find an overview of all our open source projects on our website.

License

Creative Commons License. Please see License File for more information.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].