How to Use the Simplenews Module in Drupal

OSTraining
Course Summary
This class covers sending newsletters directly from your Drupal site, using the Simplenews module.
-
+
Course Description
This class covers sending newsletters directly from your Drupal site, using the Simplenews module.Here's an overview of what you'll do in this Simplenews class:
- Install and enable the Simplenews and administration menu modules.
- Set some defaults to use when creating newsletters, set an address to use for test newsletters and set the default "from name" and email address.
- Tell Simplenews what to do with a newsletter subscription when a user account is blocked or disabled, we will configure the subscribe and unsubscribe email text and we will decide where to send a user after they subscribe or unsubscribe from a newsletter.
- Decide whether or not to use cron to send newsletters, as well as how many should be sent on each cron run.
- Configure the newsletter category that is automatically created when we install the Simplenews module.
- Create our first newsletter.
- Send our first test newsletter.
- Display the subscription blocks so that users can subscribe to our newsletter.
- Create another newsletter category and explore the differences involved with having more than one newsletter on our site.
- Configure the user permissions so that anonymous and authenticated users can subscribe to our newsletter.
- Explore the ways we can add, remove, import and export users to and from our newsletter lists.
- Send out the real newsletter.
- Explore the two ways of handling HTML links in plain text newsletters.
- Start sending our newsletters as HTML.
- Install the necessary modules to make our newsletters look like HTML.
- Install a WYSIWYG editor so that we can include links, images, and other HTML code without having to actually know HTML.
- Install the modules required in order to apply a theme to our newsletters.
- Apply a theme to our newsletters.
- Create a theme to use for our newsletters.
I got back into Drupal about a year before Drupal 7 was released, so I built a couple of sites in Drupal 6. Then in January I completely switched over to D7 when it was released. Because I decided to make the switch right away, I was running into a lot of bugs/issues that hadn't been resolved yet. So, I started to make videos helping other people with the problems I found.
With the videos I made, I realized that I had shown some solutions, but people still had a lot of questions about edge cases. That was when I saw the light, and had the idea to put together series of short videos covering different topics. This format allowed me go in-depth with each module. I'm glad to be sharing these videos on OSTraining!
-
+
Course Syllabus
Setup
Introduction and Installation
Creating Your First Newsletter
Sending a Test Newsletter
Displaying the Subscription Blocks
Settings
Default Simplenews Settings
User Account Settings
Sending Newsletters
Configure the Default Category
Newsletter Intro Quiz
Managing
Managing Multiple Newsletters
User Permissions
Managing Your Subscriber Base
Sending Your Newsletter
HTML Links in a Plain Text Email
Sending HTML Newsletters
HTML Links and Images
Theming
Using a WYSIWYG Editor
Modules for Newsletter Theming
Applying a Theme to Newsletters
Creating a Custom Theme
Newsletters Final Quiz