Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/psi-4ward/news4ward_newsletter
- Owner: psi-4ward
- Created: 2014-02-19T11:43:21.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2019-01-31T12:11:35.000Z (almost 6 years ago)
- Last Synced: 2024-12-09T08:46:57.133Z (25 days ago)
- Language: PHP
- Size: 4.88 KB
- Stars: 0
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)