All Projects → phpList → Phplist3

phpList / Phplist3

Licence: agpl-3.0
Fully functional Open Source email marketing manager for creating, sending, integrating, and analysing email campaigns and newsletters.

Projects that are alternatives of or similar to Phplist3

go-news
A minimal DynamoDB-backed mailing list package for Go.
Stars: ✭ 45 (-88.55%)
Mutual labels:  email-marketing, newsletter
Listmonk
High performance, self-hosted, newsletter and mailing list manager with a modern dashboard. Single binary app.
Stars: ✭ 7,294 (+1755.98%)
Mutual labels:  email-marketing, newsletter
wemail
Send Affordable Bulk Email Campaign Through WordPress
Stars: ✭ 19 (-95.17%)
Mutual labels:  email-marketing, newsletter
dotmailer-magento-extension
The official Engagement Cloud for Magento extension
Stars: ✭ 14 (-96.44%)
Mutual labels:  newsletter, transactional-emails
news-api
Go newsletter API backed by DynamoDB
Stars: ✭ 63 (-83.97%)
Mutual labels:  email-marketing, newsletter
scriptified.dev
A weekly newsletter with insightful tips, tools, resources & more on React and JavaScript. Made with NextJS && TailwindCSS. Curated by @gupta-ji6 && @prateek3255.
Stars: ✭ 18 (-95.42%)
Mutual labels:  newsletter
Maktoub
A simple newsletter engine for Rails
Stars: ✭ 308 (-21.63%)
Mutual labels:  newsletter
showhn.paperboy.digital
Autogenerated weekly newsletter of 'Show HackerNews' projects
Stars: ✭ 13 (-96.69%)
Mutual labels:  newsletter
starter-postmark
A Maizzle starter based on Postmark's transactional email templates.
Stars: ✭ 39 (-90.08%)
Mutual labels:  transactional-emails
Free r tips
Free R-Tips is a FREE Newsletter provided by Business Science. It comes with bite-sized code tutorials every Tuesday.
Stars: ✭ 381 (-3.05%)
Mutual labels:  newsletter
Caniemail
Can I email… Support tables for HTML and CSS in emails.
Stars: ✭ 363 (-7.63%)
Mutual labels:  email-marketing
Ultimate Python Resource Hub
The Ultimate resource hub of Python: All at one place
Stars: ✭ 298 (-24.17%)
Mutual labels:  newsletter
newsletter-archive
Markdown archive & RSS/Atom feeds for Data Is Plural.
Stars: ✭ 65 (-83.46%)
Mutual labels:  newsletter
Colossus
Self-hosted email marketing solution
Stars: ✭ 319 (-18.83%)
Mutual labels:  email-marketing
Fullstack-projects-frontend-with-react-and-backend-with-various-stacks
* W.I.P *🛠 Full-on full stack front end and a bit of back end web development challenge. Challenging every day to learn new stuffs about react & its in-depth features and also to explore the taste of various stacks.
Stars: ✭ 100 (-74.55%)
Mutual labels:  newsletter
Grapesjs Mjml
Newsletter Builder with MJML components in GrapesJS
Stars: ✭ 379 (-3.56%)
Mutual labels:  newsletter
mailersend-laravel-driver
The official MailerSend Laravel Driver
Stars: ✭ 14 (-96.44%)
Mutual labels:  transactional-emails
Grunt Email Workflow
A Grunt workflow for designing and testing responsive HTML email templates with SCSS.
Stars: ✭ 3,010 (+665.9%)
Mutual labels:  transactional-emails
Framework
HTML email development framework.
Stars: ✭ 359 (-8.65%)
Mutual labels:  email-marketing
Magento2 Gmail Smtp App
Configure Magento 2 to send email using Google App, Gmail, Amazon Simple Email Service (SES), Microsoft Office365 and many other SMTP (Simple Mail Transfer Protocol) servers
Stars: ✭ 281 (-28.5%)
Mutual labels:  transactional-emails

CI Stable release License: AGPL v3 Translation status
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.


Features

  • 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.

Get phpList

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.


Upgrade

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

BACKUP your database (e.g. `mysqldump -u[user] -p[password] [database] > phplist-backup.sql`)

Copy your old configured files to some safe place

These files are:

  • lists/config/config.php
  • possibly lists/texts/english.inc or any other language.inc if you have edited it
Copy the files from the tar file to your webroot.

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.

Go to `http://yourdomain/lists/admin/` and choose the 'Upgrade' link

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

Issues

Report issues to Mantis issue tracker (select project phpList 3 application)
'Please don't use GitHub issues'.

Languages, Info files and Contextual help

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.

Themes

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.

Code of Conduct

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

License

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].