Skip to content

dendeffe/Def_Newsletter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Def_Newsletter

A SilverStripe (silverstripe.org) module for sending newsletters through SendGrid (www.sendgrid.com)

Installation

  1. Download and install Def_Mailtools. Be sure to configure the sendgrid details (see the example in this module).

  2. Download and install DataObjectManager.

  3. Drag Def_Newsletter into your SilverStripe site and run dev/build.

Features

  • Manage multiple lists
  • Subscribtion and unsubscription managament
  • Confirmation mails

Basic usage

  1. Create a DefNewsLetterSubscriberList page in the sitetree.
  2. Add subscribers to your subscriber list.
  3. Create a DefNewsletter page to the sitetree.
  4. Fill in the title and content field.
  5. Click Save and Publish.
  6. 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.