程序简介
这是一款自托管邮件营销应用,自托管可以省去昂贵的费用,也可以与其他商业应用服务整合,例如Mailgun, Google Mail 或 Amazon SES,Acelle是一个使用PHP编写的自托管的电子邮件营销Web应用程序,功能齐全,易于使用,它使您可以通过自己的服务器或其他电子邮件服务提供商发送大量的营销或交易电子邮件。
在线演示
官方演示
http://demo.acellemail.com/demo
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
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
更新日志
4.0.18 / 2020-02-10
==================
* Fixed: sending identity not working in certain cases
* Fixed: better SMTP error handling
* Fixed: automation visual designer not loading correctly
* Fixed: no longer require write permission on public/ folder
* Fixed: KEY event issue with builder pro
* Fixed: irrelevant content injected into outgoing email
* Fixed: unexpected input fields injected into email content
* Added: allowing switching to basic email builder
* Added: allowing viewing of available identities list
* Added: file manager for basic email builder
破解说明
本次发布的是4.0.18破解版,源码由reishi进行破解,零售版由国外论坛的会员提供,亲测可用,转载请著名转自 顶点网 www.topide.com
安装说明
程序基于laravel框架开发,虚拟主机安装需要注意一点
Apache安装方法:
建立虚拟主机,修改主机配置:
将解压缩后的文件和文件夹除了“public”文件夹之外都上传到 服务器“/home/user/topide/”目录;然后将解压缩后得到的“public“目录下的内容上传到 服务器“/home/user/topide/public”目录。
简单点说就是将网站运行目录设置为public文件夹即可。
然后运行http://topide.com/install 根据页面提示进行安装。授权码处填写nulled-by-reishi即可
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://topide.com/install 根据页面提示进行安装。授权码处填写nulled-by-reishi即可
下载地址
安装方法
1、打开网址进行环境检测
2、按照提示输入网站信息,授权码,管理员信息,下一步安装。
3、输入数据库信息。
4、确认数据库,进行导入。
5、导入成功,点击OK进行计划任务设置。
6、设置PHP运行目录。
7、设置成功,点击OK。
8、点击next完成安装。
9、完成安装的页面,点击链接进行登录或打开网站首页。
10、登录网站。
11、网站后台截图。
评论(4)