Skip to content

Horuss/InviMailer

Repository files navigation

InviMailer - PHP mailing application

Features

  • Create mailing 'events', grouped into 'projects'
  • Send mails to specified addresses or whole defined 'group'
  • Import mails for 'group' from CSV file
  • Possibility for recipients to accept, refuse or unsubscribe from the 'groups' using links appended to mails
  • Review responses from recipients for every 'event'

License

This software is licenced under the LGPL 3.

Installation & usage

Requirements:

  • Server with PHP 5+ version
  • MySQL database

To use this application you need:

  • Upload all files (except LICENSE, README.md and schema.sql) on your server.
  • Import schema.sql file into your database. It inserts also default login credentials (login: admin, password MD5 hash: admin).
  • Edit _config.php file to properly configure the application.
  • You can use the application! Default login credentials: admin/admin.

Externals

InviMailer uses the following external components (both LGPL 2.1):

  • basic functionality of PHPMailer (included in codebase)
  • TinyMCE (linked from CacheFly)

About

PHP mailing application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors