phpList

功能齐全的开源电子邮件营销经理,用于创建,发送,集成和分析电子邮件活动和新闻简报。(Fully functional Open Source email marketing manager for creating, sending, integrating, and analysing email campaigns and newsletters.)

Github星跟蹤圖

功能齐全的开源电子邮件营销管理,用于创建、发送、集成和分析电子邮件活动和简报:https://www.phplist.org

phpList包括分析、分段、内容个性化、退回处理、基于插件的架构和多个API。在95个国家/地区使用,提供20种语言版本,并用于在2015年发送超过250亿个广告系列消息。

将其部署在您自己的服务器上,或在http://phplist.com上获取托管帐户。

特性:
  • 响应式基于Web和命令行界面
  • 实时分析:跟踪消息响应和用户行为
  • 消息队列管理:负载平衡和限制多个帐户和活动;跟踪每个交付结果
  • 内容个性化:根据个人订阅者属性和偏好定制的每条消息
  • 自动跳出管理和处理:基于策略和正则表达式的处理,每次跳出都可以访问
  • 安排,暂停,恢复,重复和重新排列广告系列
  • Amazon SES:内置优化支持
  • 基于CSV和Excel的订阅者导入和导出,包括属性和首选项
  • 发送网页:自动远程html轮询,转换和发送
  • 电子邮件附件支持
  • 基于域的限制:通过定义自定义规则来遵循特定于主机的策略
  • RSS源:phpList可以设置为读取一系列RSS源并定期向用户发送内容。用户可以识别他们想要接收馈送的频率。

概覽

名稱與所有者phpList/phplist3
主編程語言PHP
編程語言Shell (語言數: 10)
平台Docker, Linux, Mac, Windows
許可證GNU Affero General Public License v3.0
發布數84
最新版本名稱v3.6.15 (發布於 )
第一版名稱3.2.0-RC1 (發布於 2015-08-28 13:04:43)
創建於2015-03-11 21:42:51
推送於2024-04-28 15:20:50
最后一次提交
星數709
關注者數33
派生數265
提交數3.8k
已啟用問題?
問題數245
打開的問題數66
拉請求數671
打開的拉請求數4
關閉的拉請求數114
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?

Build Status
Stable release
License




Fully functional Open Source email marketing manager for creating, sending, integrating, and analysing email campaigns and newsletters: https://www.phplist.org

phpList includes analytics, segmentation, content personalisation, bounce processing, plugin-based architecture, and multiple APIs. Used in 95 countries, available in 20 languages, and used to send more than 25 billion campaign messages in 2018.

Deploy it on your own server, or get a hosted account at http://phplist.com.


  • Responsive web-based, and command-line interfaces
  • Real-time analytics: track message responses and subscriber behaviour
  • Message-queue management: load-balances and throttles multiple accounts and campaigns; tracks every delivery outcome
  • Content personalisation: every message customised to individual subscriber attributes and preferences
  • Automated bounce management and processing: policy and regex-based handling with every bounce accessibly archived
  • Schedule, pause, resume, repeat, and requeue campaigns
  • Amazon SES: built-in optimised support
  • CSV and Excel based subscriber import and export, including attributes and preferences
  • Send a Webpage: automatic remote html polling, conversion, and dispatch
  • Email attachments support
  • Domain-based throttling: comply with host-specific policies by defining custom rules
  • RSS Feeds: phpList can be set up to read a range of RSS sources and send the contents on a regular basis to users. The user can identify how often they want to receive the feeds.

If you'd like to use phpList for your own campaigns, or you just want to try phpList out, there is no need to do all the work of installing it yourself. phpList Hosted is free to use, just sign up to get started.

If at a later time you do want to migrate from your own installation to phpList Hosted, or vice versa, your data can be migrated.

Alternatively, you can try out the latest phpList release at phplist.org. This installation is wiped and refreshed every hour.


For users

See Upgrading a manual installation

For developers

'Use translate.phplist.org to translate the phpList admin interface.'
How to upgrade from any previous version to the latest version

How to upgrade from any previous version to the latest version

These files are:

  • lists/config/config.php
  • possibly lists/texts/english.inc or any other language.inc if you have edited it

You can copy everything in the lists directory in the tar file to your website. To facilitate future upgrades, ie to make it easier for you to simply copy everything I have now put the "configurable" files in their own directory. They reside in "lists/config". This is hopefully going to be the directory that you can keep between upgrades, and that will contain the only information that you want to be changed in order to make it work for your own site.

Copy your configuration files to lists/config or re-edit the new config file sometimes new features are added to the config file, so it's better to use the new config file and re-adapt it to your situation.

An example .htaccess exists file in this directory. You should not allow access to this directory from the webserver at all. The example will work with apache.

You can overwrite the files that are there. They are example files.

Click the link on this page.
This process may take quite a while if your database is large. Don't interrupt it.

In the directory phplists/lists/texts you will find existing translations of the public pages of phpList. You can use them in your config file to make the frontend of the system appear in the language of your choice.

In the config file there are a lot of choices to make about your particular installation. Make sure to read it carefully and step by step work your way through it. A lot of information is provided with each step.

phpList comes with Trevelin theme on default. Older versions than 3.4.6, include additionally Dressprow which is not currently maintained. Patches to Dressprow theme are still welcomed. Both themes are available for installation via GitHub.

To get the latest copy of each theme you should clone them individually into public_html/lists/admin/ui/
For the prerequisites of each and Installation guide on your development copy make sure you check the README files of the repos.

This project adheres to a Contributor Code of Conduct. By participating in this project and its community, you are expected to uphold this code.

phpList 3 is licensed under the terms of the AGPLv3 Open Source license and is available free of charge.

去到頂部