Skip to content

Pistus/mailtrain

This branch is 46 commits ahead of, 768 commits behind Mailtrain-org/mailtrain:v2.

Folders and files

NameName
Last commit message
Last commit date
Aug 5, 2018
Jun 15, 2019
Jun 28, 2019
Mar 9, 2019
Apr 17, 2017
Jul 31, 2018
Jun 12, 2019
Aug 5, 2018
Oct 31, 2018
Mar 4, 2017
May 29, 2018
Jul 16, 2019
Apr 27, 2017
Jun 24, 2017
Mar 7, 2017
Sep 8, 2018
Jul 13, 2017
Jul 9, 2016
Apr 4, 2017
Feb 13, 2018
Jun 22, 2017
Mar 2, 2017
Dec 25, 2018
May 23, 2017
Jun 24, 2017
Jun 24, 2017
Jun 24, 2017
Jun 21, 2018
Oct 31, 2018
Aug 7, 2018

Repository files navigation

Mailtrain v2 beta is available. Check it out here https://github.com/Mailtrain-org/mailtrain/tree/development

Mailtrain

Mailtrain is a self hosted newsletter application built on Node.js (v7+) and MySQL (v5.5+ or MariaDB).

Features

  • Subscriber list management
  • List segmentation
  • Custom fields
  • Email templates
  • Large CSV list import files

Subscribe to Mailtrain Newsletter here (uses Mailtrain obviously)

Hardware Requirements

  • 1 vCPU
  • 1024 MB RAM

Quick Start - Deploy with Docker

Requirements:

Steps:

Depending on how you have configured your system and Docker you may need to prepend the commands below with sudo.

  • Download Mailtrain files using git: git clone git://github.com/Mailtrain-org/mailtrain.git (or download zipped repo) and open Mailtrain folder cd mailtrain
  • Copy the file docker-compose.override.yml.tmpl to docker-compose.override.yml and modify it if you need to.
  • Bring up the stack with: docker-compose up -d
  • Start: docker-compose start
  • Open http://localhost:3000/ (change the host name localhost to the name of the host where you are deploying the system).
  • Authenticate as user admin with password test
  • Navigate to http://localhost:3000/settings and update service configuration.
  • Navigate to http://localhost:3000/users/account and update user information and password.

Quick Start - Manual Install (any OS that supports Node.js)

Requirements:

  • Mailtrain requires at least Node.js v7. If you want to use an older version of Node.js then you should use version v1.24 of Mailtrain. You can either download it here or if using git then run git checkout v1.24.0 before starting it
  1. Download Mailtrain files using git: git clone git://github.com/Mailtrain-org/mailtrain.git (or download zipped repo) and open Mailtrain folder cd mailtrain
  2. Run npm install --production in the Mailtrain folder to install required dependencies
  3. Copy config/default.toml as config/production.toml and update MySQL and any other settings in it
  4. Run the server NODE_ENV=production npm start
  5. Open http://localhost:3000/
  6. Authenticate as admin:test
  7. Navigate to http://localhost:3000/settings and update service configuration
  8. Navigate to http://localhost:3000/users/account and update user information and password

Read The Docs

For more information, please read the docs.

License

  • Versions 1.22.0 and up GPL-V3.0
  • Versions 1.21.0 and up: EUPL-1.1
  • Versions 1.19.0 and up: MIT
  • Up to versions 1.18.0 GPL-V3.0

About

Self hosted newsletter app

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 64.2%
  • HTML 31.3%
  • CSS 3.3%
  • Shell 1.1%
  • Other 0.1%