登录后,购买下载资源更方便!
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
这是一款自托管邮件营销应用,自托管可以省去昂贵的费用,也可以与其他商业应用服务整合,例如Mailgun, Google Mail 或 Amazon SES,Acelle是一个使用PHP编写的自托管的电子邮件营销Web应用程序,功能齐全,易于使用,它使您可以通过自己的服务器或其他电子邮件服务提供商发送大量的营销或交易电子邮件。
官方演示
http://demo.acellemail.com/demo
系统需求
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
安装说明
程序基于laravel框架开发,虚拟主机安装需要注意一点
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”文件夹之外都上传到 服务器“/home/user/topide/”目录;然后将解压缩后得到的“public“目录下的内容上传到 服务器“/home/user/topide/public”目录。
简单点说就是将网站运行目录设置为public文件夹即可。
然后运行http://XXX.com/install 根据页面提示进行安装。授权码处填写nulled-by-reishi即可。
源码下载地址:
[size=1.2em]链接: https://pan.baidu.com/s/1wqFmQt7LeFCaJngoeSPbew 提取码: jzsp
https://www.lanzous.com/ia6ux7g
|