justoverclock / flarum-ext-newsletter
Allow admin to collect Email address through ElasticEmail Api
Installs: 144
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Language:JavaScript
Type:flarum-extension
Requires
- flarum/core: ^1.0.0
Requires (Dev)
- flarum/testing: ^1.0.0
README
A Flarum extension. Allow admin to collect Email address through ElasticMail Api
Usage
These are the Step:
- Create an account on https://elasticemail.com/
- Setup your Api Smtp https://elasticemail.com/account#/settings/new/manage-smtp
- Create a new Email List here: https://elasticemail.com/account#/contacts/new/lists?page=1&perPage=25
- Find your Public Account ID here https://elasticemail.com/account#/account/security
- Paste your Public Account ID into admin panel of your Flarum
- Paste the name of your List into admin panel of your Flarum
- Your done! :)
Installation
Install with composer:
composer require justoverclock/flarum-ext-newsletter
Updating
composer update justoverclock/flarum-ext-newsletter php flarum cache:clear