2
0
Fork 0
Painless newsletter creation and mailing list management.
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
 
Skylar Ittner ade9e10942 Merge ../BusinessAppTemplate vor 6 Jahren
lang Merge https://source.netsyms.com/Business/BusinessAppTemplate vor 6 Jahren
lib Merge https://source.netsyms.com/Business/BusinessAppTemplate vor 6 Jahren
mobile Merge https://source.netsyms.com/Business/BusinessAppTemplate vor 6 Jahren
nbproject Add MPL header vor 6 Jahren
pages Add email sending functionality vor 6 Jahren
static Merge ../BusinessAppTemplate vor 6 Jahren
style_dev Add publication sending UI vor 6 Jahren
themes Update themes for 100% compatability with recent changes vor 6 Jahren
.gitignore Update gitignore vor 6 Jahren
.gitmodules Convert material-color CSS to submodule vor 7 Jahren
LICENSE.md Switch to Mozilla Public License 2.0 for code consistency vor 6 Jahren
README.md Merge https://source.netsyms.com/Business/BusinessAppTemplate vor 6 Jahren
action.php Add email sending functionality vor 6 Jahren
api.php Merge https://source.netsyms.com/Business/BusinessAppTemplate vor 6 Jahren
app.php Merge https://source.netsyms.com/Business/BusinessAppTemplate vor 6 Jahren
composer.json Add email sending functionality vor 6 Jahren
composer.lock Add email sending functionality vor 6 Jahren
database.mwb Add email sending functionality vor 6 Jahren
database.sql Update database SQL vor 6 Jahren
index.php Merge https://source.netsyms.com/Business/BusinessAppTemplate vor 6 Jahren
pages.php Merge https://source.netsyms.com/Business/BusinessAppTemplate vor 6 Jahren
required.php Allow unsafe-inline styles vor 6 Jahren
settings.template.php Add email sending functionality vor 6 Jahren
unsubscribe.php Add email sending functionality vor 6 Jahren
view.php Add missing license headers vor 6 Jahren

README.md

NewsPen

Painless newsletter creation and mailing list management.

https://netsyms.biz/apps/newspen

Features

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.

Installing

  1. Follow the installation directions for AccountHub, then download this app somewhere.
  2. Copy settings.template.php to settings.php
  3. Import database.sql into your database server
  4. Edit settings.php and fill in your DB info
  5. Set the location of the AccountHub API in settings.php (see "PORTAL_API") and enter an API key ("PORTAL_KEY")
  6. Set the location of the AccountHub home page ("PORTAL_URL")
  7. Set the URL of this app ("URL")
  8. Run composer install (or composer.phar install) to install dependency libraries.