An open API service indexing awesome lists of open source software.

https://github.com/gergo85/oc-newsletter

Basic newsletter plugin. This is an October CMS and Winter CMS plugin.
https://github.com/gergo85/oc-newsletter

newsletter octobercms octobercms-plugin wintercms wintercms-plugin

Last synced: about 1 month ago
JSON representation

Basic newsletter plugin. This is an October CMS and Winter CMS plugin.

Awesome Lists containing this project

README

          

# Newsletter plugin

- [Main features](#main_features)
- [Quick navigation](#quick_navigation)
- [Available widgets](#available_widgets)
- [Available components](#available_components)
- [Mail template variables](#mail_template)
- [Supported plugins](#supported_plugins)
- [Available languages](#available_languages)
- [Requirements](#requirements)
- [Installation](#installation)
- [Add back-end widgets](#backend_widgets)
- [Credits](#credits)


## Main features
* Managing mails
* Managing categories
* Managing subscribers
* Support the GDPR
* Export & Import data
* Detailed mail logs
* Front-end forms
* Back-end widgets
* Innovative solutions


## Quick navigation
If you modify any content, one or two arrows appear along the right of the delete icon. There are the navigation links. You can simply go to the previous or next content.


## Available widgets
You can use the following widgets on the back-end Dashboard:
* Mail statistics
* Subscriber statistics
* List of new mails


## Available components
Use the __Components > News__ panel in CMS menu. At this moment there are the following components:
* Subscriber form
* Unsubscribe form


## Mail template variables
* {{ name }} - Name of subscriber
* {{ email }} - E-mail of subscriber
* {{ title }} - Title of mail
* {{ content }} - Content of mail

You can customize the layout of emails in the __Settings > Mail > Mail templates__ page.


## Supported plugins
* [RainLab Translate](https://octobercms.com/plugin/rainlab-translate)


## Available languages
* en - English
* hu - Magyar


## Requirements
* October CMS or Winter CMS.
* [AJAX Framework](https://octobercms.com/docs/ajax) is needed for the subscription form to work.


## Add back-end widgets
1. Go to the __Dashboard__ page in the Backend.
1. Click on the __Manage widgets > Add widget__ button.
1. Select the any __Newsletter widgets__ from the list.


## Credits
* Special thanks to [TimFoerster](https://github.com/TimFoerster)