werkbot/newsletter-module

Newsletter module

2.1.5 2023-12-22 16:41 UTC

README

Latest Stable Version Total Downloads Latest Unstable Version License PHP Version Require

Silverstripe module to capture user emails. This also integrates with third-party mail subscription services:

  • Campaign Monitor
  • Mailchimp
  • Constant Contact
  • Active Campaign
  • Redtail CRM

Installation

composer require werkbot/newsletter-module

Requirements

  • Silverstripe ^4.0

Setup

  • You will need to run /dev/build
  • Place $NewsletterForm somewhere in your template.
  • To use the default styles, include this in your main sass file:

@import 'newsletter-module/sass/newsletter';

Depending on your setup, you may need to include vendor/werkbot in your build path. For example, we include: includePaths: [ 'vendor/werkbot' ] for sass

Usage