Def_Newsletter
www.sendgrid.com)
A SilverStripe (silverstripe.org) module for sending newsletters through SendGrid (Installation
-
Download and install Def_Mailtools. Be sure to configure the sendgrid details (see the example in this module).
-
Download and install DataObjectManager.
-
Drag Def_Newsletter into your SilverStripe site and run dev/build.
Features
- Manage multiple lists
- Subscribtion and unsubscription managament
- Confirmation mails
Basic usage
- Create a DefNewsLetterSubscriberList page in the sitetree.
- Add subscribers to your subscriber list.
- Create a DefNewsletter page to the sitetree.
- Fill in the title and content field.
- Click Save and Publish.
- Go to the Published Site and send your mailing list.
IMPORTANT
This is very much a work in progress. I advise to only use it to test it out at the moment. It works but needs some more work to get it to a 0.1 status.
Also note that I am thinking of changing the way the module works. With a custom backend interface instead of using pages in the sitetree.