Mailtrain是一个基于Node.js(v7+)和MySQL(v5.5+或MariaDB)构建的自托管电子报(简讯)应用程序。
Mailtrain支持用户列表管理,列表分割,自定义字段,电子邮件模板,大型CSV列表导入文件等。
建立在Nodemailer之上的自行托管的电子报应用程序。(Self Hosted Newsletter App Built on Top of Nodemailer.)
Mailtrain是一个基于Node.js(v7+)和MySQL(v5.5+或MariaDB)构建的自托管电子报(简讯)应用程序。
Mailtrain支持用户列表管理,列表分割,自定义字段,电子邮件模板,大型CSV列表导入文件等。
名称与所有者 | Mailtrain-org/mailtrain |
---|---|
主编程语言 | JavaScript |
编程语言 | JavaScript (语言数: 8) |
平台 | |
许可证 | GNU General Public License v3.0 |
创建于 | 2016-04-04 12:04:33 |
---|---|
推送于 | 2025-04-22 06:14:43 |
最后一次提交 | |
发布数 | 35 |
最新版本名称 | v2.20210609.0 (发布于 ) |
第一版名称 | v1.0.0 (发布于 ) |
星数 | 5.7k |
---|---|
关注者数 | 114 |
派生数 | 712 |
提交数 | 1.4k |
已启用问题? | |
问题数 | 963 |
打开的问题数 | 8 |
拉请求数 | 235 |
打开的拉请求数 | 104 |
关闭的拉请求数 | 83 |
已启用Wiki? | |
---|---|
已存档? | |
是复刻? | |
已锁定? | |
是镜像? | |
是私有? |
Mailtrain is a self hosted newsletter application built on Node.js (v7+) and MySQL (v5.5+ or MariaDB).
Subscribe to Mailtrain Newsletter here (uses Mailtrain obviously)
Depending on how you have configured your system and Docker you may need to prepend the commands below with sudo
.
git clone git://github.com/Mailtrain-org/mailtrain.git
(or download zipped repo) and open Mailtrain folder cd mailtrain
docker-compose.override.yml.tmpl
to docker-compose.override.yml
and modify it if you need to.docker-compose up -d
docker-compose start
localhost
to the name of the host where you are deploying the system).admin
with password test
Service Address (URL)
from localhost
to the actual IP or domain if installed on a server, otherwise e.g. image upload will not work.git checkout v1.24.0
before starting itgit clone git://github.com/Mailtrain-org/mailtrain.git
(or download zipped repo) and open Mailtrain folder cd mailtrain
npm install --production
in the Mailtrain folder to install required dependenciesconfig/production.toml
and update MySQL and any other settings in itNODE_ENV=production npm start
admin
:test
Service Address (URL)
from localhost
to the actual IP or domain if installed on a server, otherwise e.g. image upload will not work.For more information, please read the docs.