Skip to content

kravchenko-a/Mailing-List

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mailing List

A simple mail distribution

Based on Kohana 3.2 framework.

Includes

Uses a number of open source projects to work properly:

Installation

  1. Copy soure files to webserver.
  2. Make sure the application/cache and application/logs directories are writable by the web server.
  3. Create MySQL database and import dump file mailing.sql.
  4. Configure connection to the database in application/config/database.php.
  5. Set absolute site base URL in application/bootstrap.php on line 90.
  6. Create crontab task for run mail distribution every 10 minutes (or someone else):
*/10 * * * * php /path/to/document/root/index.php --uri=distribution/run

About

A simple mail distribution

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published