werkbot / newsletter-module
Newsletter module
Package info
github.com/werkbot/silverstripe-module-newsletter
Type:silverstripe-vendormodule
pkg:composer/werkbot/newsletter-module
3.0.2
2025-12-09 14:12 UTC
Requires
- activecampaign/api-php: ^2.0
- campaignmonitor/createsend-php: ^7.0
- constantcontact/constantcontact: ^1.3
- mailchimp/marketing: ^3.0
- silverstripe/cms: ^5.0
- silverstripe/framework: ^5.0
Requires (Dev)
- phpunit/phpunit: ^9.5
README
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
$NewsletterFormsomewhere 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/werkbotin your build path. For example, we include:includePaths: [ 'vendor/werkbot' ]for sass