Painless newsletter creation and mailing list management.
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Skylar Ittner ade9e10942 Merge ../BusinessAppTemplate 6 년 전
lang Merge https://source.netsyms.com/Business/BusinessAppTemplate 6 년 전
lib Merge https://source.netsyms.com/Business/BusinessAppTemplate 6 년 전
mobile Merge https://source.netsyms.com/Business/BusinessAppTemplate 6 년 전
nbproject Add MPL header 6 년 전
pages Add email sending functionality 6 년 전
static Merge ../BusinessAppTemplate 6 년 전
style_dev Add publication sending UI 6 년 전
themes Update themes for 100% compatability with recent changes 6 년 전
.gitignore Update gitignore 6 년 전
.gitmodules Convert material-color CSS to submodule 7 년 전
LICENSE.md Switch to Mozilla Public License 2.0 for code consistency 6 년 전
README.md Merge https://source.netsyms.com/Business/BusinessAppTemplate 6 년 전
action.php Add email sending functionality 6 년 전
api.php Merge https://source.netsyms.com/Business/BusinessAppTemplate 6 년 전
app.php Merge https://source.netsyms.com/Business/BusinessAppTemplate 6 년 전
composer.json Add email sending functionality 6 년 전
composer.lock Add email sending functionality 6 년 전
database.mwb Add email sending functionality 6 년 전
database.sql Update database SQL 6 년 전
index.php Merge https://source.netsyms.com/Business/BusinessAppTemplate 6 년 전
pages.php Merge https://source.netsyms.com/Business/BusinessAppTemplate 6 년 전
required.php Allow unsafe-inline styles 6 년 전
settings.template.php Add email sending functionality 6 년 전
unsubscribe.php Add email sending functionality 6 년 전
view.php Add missing license headers 6 년 전

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.