imi / news4ward_newsletter
News4ward Newsletter: Quickly send a Contao newsletter filled with variables comming from a News4ward article.
Installs: 7
Dependents: 0
Suggesters: 1
Security: 0
Stars: 0
Watchers: 1
Forks: 2
Open Issues: 0
Type:contao-module
Requires
- php: >=5.3
- contao-community-alliance/composer-plugin: ^2.4 || ^3.0
- contao/core-bundle: ^3.2.1 || ^4.4
- imi/news4ward: ~2
Replaces
- psi/news4ward_newsletter: 1.1.0
This package is auto-updated.
Last update: 2024-10-22 17:37:15 UTC
README
Quickly send a Contao newsletter filled with variables comming from a News4ward article.
Usage
- Create a newsletter using the Contao module
- Select this newsletter in the News4ward archive
- 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
<p>New News4ard Blog Article from {{news4ward_newsletter::author}}</p> <h1>{{news4ward_newsletter::title}}</h1> <h2>{{news4ward_newsletter::subheadline}}</h2> <p> </p> <p>You can view it here: {{news4ward_newsletter::url}}</p>
License: http://www.gnu.org/licenses/lgpl-3.0.html LGPL
Author: 4ward.media