Painless newsletter creation and mailing list management.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
Skylar Ittner ade9e10942 Merge ../BusinessAppTemplate il y a 6 ans
lang Merge https://source.netsyms.com/Business/BusinessAppTemplate il y a 6 ans
lib Merge https://source.netsyms.com/Business/BusinessAppTemplate il y a 6 ans
mobile Merge https://source.netsyms.com/Business/BusinessAppTemplate il y a 6 ans
nbproject Add MPL header il y a 6 ans
pages Add email sending functionality il y a 6 ans
static Merge ../BusinessAppTemplate il y a 6 ans
style_dev Add publication sending UI il y a 6 ans
themes Update themes for 100% compatability with recent changes il y a 6 ans
.gitignore Update gitignore il y a 6 ans
.gitmodules Convert material-color CSS to submodule il y a 7 ans
LICENSE.md Switch to Mozilla Public License 2.0 for code consistency il y a 6 ans
README.md Merge https://source.netsyms.com/Business/BusinessAppTemplate il y a 6 ans
action.php Add email sending functionality il y a 6 ans
api.php Merge https://source.netsyms.com/Business/BusinessAppTemplate il y a 6 ans
app.php Merge https://source.netsyms.com/Business/BusinessAppTemplate il y a 6 ans
composer.json Add email sending functionality il y a 6 ans
composer.lock Add email sending functionality il y a 6 ans
database.mwb Add email sending functionality il y a 6 ans
database.sql Update database SQL il y a 6 ans
index.php Merge https://source.netsyms.com/Business/BusinessAppTemplate il y a 6 ans
pages.php Merge https://source.netsyms.com/Business/BusinessAppTemplate il y a 6 ans
required.php Allow unsafe-inline styles il y a 6 ans
settings.template.php Add email sending functionality il y a 6 ans
unsubscribe.php Add email sending functionality il y a 6 ans
view.php Add missing license headers il y a 6 ans

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.