Painless newsletter creation and mailing list management.
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 
Skylar Ittner ade9e10942 Merge ../BusinessAppTemplate 6 yıl önce
lang Merge https://source.netsyms.com/Business/BusinessAppTemplate 6 yıl önce
lib Merge https://source.netsyms.com/Business/BusinessAppTemplate 6 yıl önce
mobile Merge https://source.netsyms.com/Business/BusinessAppTemplate 6 yıl önce
nbproject Add MPL header 6 yıl önce
pages Add email sending functionality 6 yıl önce
static Merge ../BusinessAppTemplate 6 yıl önce
style_dev Add publication sending UI 6 yıl önce
themes Update themes for 100% compatability with recent changes 6 yıl önce
.gitignore Update gitignore 6 yıl önce
.gitmodules Convert material-color CSS to submodule 7 yıl önce
LICENSE.md Switch to Mozilla Public License 2.0 for code consistency 6 yıl önce
README.md Merge https://source.netsyms.com/Business/BusinessAppTemplate 6 yıl önce
action.php Add email sending functionality 6 yıl önce
api.php Merge https://source.netsyms.com/Business/BusinessAppTemplate 6 yıl önce
app.php Merge https://source.netsyms.com/Business/BusinessAppTemplate 6 yıl önce
composer.json Add email sending functionality 6 yıl önce
composer.lock Add email sending functionality 6 yıl önce
database.mwb Add email sending functionality 6 yıl önce
database.sql Update database SQL 6 yıl önce
index.php Merge https://source.netsyms.com/Business/BusinessAppTemplate 6 yıl önce
pages.php Merge https://source.netsyms.com/Business/BusinessAppTemplate 6 yıl önce
required.php Allow unsafe-inline styles 6 yıl önce
settings.template.php Add email sending functionality 6 yıl önce
unsubscribe.php Add email sending functionality 6 yıl önce
view.php Add missing license headers 6 yıl önce

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.