Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/psi-4ward/news4ward_newsletter

News4ward extensions to quickly send a predefined newsletter from contaos newsletter module
https://github.com/psi-4ward/news4ward_newsletter

Last synced: 22 days ago
JSON representation

News4ward extensions to quickly send a predefined newsletter from contaos newsletter module

Awesome Lists containing this project

README

        

# News4ward Newsletter

Quickly send a Contao newsletter filled with variables comming from a News4ward article.

## Usage

1. Create a newsletter using the Contao module
2. Select this newsletter in the News4ward archive
3. Click on the newsletter icon within the article listing

## Newsletter InsertTags

You can use every database field from the news4ward_article to fill the newsletter using the `{{news4ward_newsletter::field}}` insert tag.

Reasonable fields:

* title
* subheadline
* author
* description
* teaser
* teaserImage
* teaserImageCaption
* url

## Sample Newsletter

```html

New News4ard Blog Article from {{news4ward_newsletter::author}}


{{news4ward_newsletter::title}}


{{news4ward_newsletter::subheadline}}


 


You can view it here: {{news4ward_newsletter::url}}


```

License: http://www.gnu.org/licenses/lgpl-3.0.html LGPL

Author: [4ward.media](http://www.4wardmedia.de)