Painless newsletter creation and mailing list management.
https://netsyms.biz/apps/newspen
Simple Editing
Just click and type. Everything else, like design and layout, will be taken
care of automatically.
List Management
Import and manage email addresses, then send a newsletter with a couple clicks.
- Follow the installation directions for AccountHub, then download this app somewhere.
- Copy
settings.template.php
tosettings.php
- Import
database.sql
into your database server - Edit
settings.php
and fill in your DB info - Set the location of the AccountHub API in
settings.php
(see "PORTAL_API") and enter an API key ("PORTAL_KEY") - Set the location of the AccountHub home page ("PORTAL_URL")
- Set the URL of this app ("URL")
- Run
composer install
(orcomposer.phar install
) to install dependency libraries.