共计 1356 个字符,预计需要花费 4 分钟才能阅读完成。
Acelle is a self hosted, full-featured, easy to use Email Marketing Web Application written in PHP that lets you send high-volume marketing or transaction emails via your own server or through other email service provider.
这是一款自托管邮件营销应用,自托管可以省去昂贵的费用,也可以与其他商业应用服务整合,例如 Mailgun, Google Mail 或 Amazon SES,还是先看看官方的介绍吧!
Install Acelle on your own web server and you can use marketing/transaction emails without any limitation. You can get rid of expensive email services like Mailchimp, ActiveCampaign? as now you can have full control over the entire system of your own. Acelle can be configured to send email through your own SMTP servers like Postfix, Exim, Sendmail or Qmail. It can also integrate with other email service provider like Mailgun, Google Mail or Amazon SES
安装需求
Operating System: Linux (RedHat, Fedora, CentOS, Debian, Ubuntu, etc.). Unfortunately we have yet to support Windows or Mac OS.
PHP Version: 5.6, 7.0, 7.1 or higher
MySQL Version: >= 5.x
Application server: Apache, Nginx
Below are the PHP extensions that are required for installing Acelle Mail:
Mbstring
OpenSSL
Socket
PDO Driver
Tokenizer
PHP Zip Archive
IMAP Extension 安装方法
Apache 安装方法:
建立虚拟主机,修改主机配置
<VirtualHost *:80>
ServerName topide.com
DocumentRoot "/home/user/topide/public"
Options Indexes FollowSymLinks
<Directory "/home/user/topide/public">
AllowOverride All
Require all granted
</Directory>
</VirtualHost>
将解压缩后的文件和文件夹除了“public”文件夹之外都上传到 服务器根目录;然后将解压缩后得到的“public”目录下的内容上传到服务器根目录。
然后运行 http://domain/install 根据页面提示进行安装。
具体安装方法请参考解压缩后的 acellemail/guideline/index.html 文件。
文件下载