Painless newsletter creation and mailing list management.
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 
Skylar Ittner ade9e10942 Merge ../BusinessAppTemplate před 6 roky
lang Merge https://source.netsyms.com/Business/BusinessAppTemplate před 6 roky
lib Merge https://source.netsyms.com/Business/BusinessAppTemplate před 6 roky
mobile Merge https://source.netsyms.com/Business/BusinessAppTemplate před 6 roky
nbproject Add MPL header před 6 roky
pages Add email sending functionality před 6 roky
static Merge ../BusinessAppTemplate před 6 roky
style_dev Add publication sending UI před 6 roky
themes Update themes for 100% compatability with recent changes před 6 roky
.gitignore Update gitignore před 6 roky
.gitmodules Convert material-color CSS to submodule před 6 roky
LICENSE.md Switch to Mozilla Public License 2.0 for code consistency před 6 roky
README.md Merge https://source.netsyms.com/Business/BusinessAppTemplate před 6 roky
action.php Add email sending functionality před 6 roky
api.php Merge https://source.netsyms.com/Business/BusinessAppTemplate před 6 roky
app.php Merge https://source.netsyms.com/Business/BusinessAppTemplate před 6 roky
composer.json Add email sending functionality před 6 roky
composer.lock Add email sending functionality před 6 roky
database.mwb Add email sending functionality před 6 roky
database.sql Update database SQL před 6 roky
index.php Merge https://source.netsyms.com/Business/BusinessAppTemplate před 6 roky
pages.php Merge https://source.netsyms.com/Business/BusinessAppTemplate před 6 roky
required.php Allow unsafe-inline styles před 6 roky
settings.template.php Add email sending functionality před 6 roky
unsubscribe.php Add email sending functionality před 6 roky
view.php Add missing license headers před 6 roky

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.