Favicon of phpList

phpList

Send email marketing campaigns and announcements to millions of subscribers. This open-source software offers a secure, flexible, and free way to manage lists.

Manage your email marketing campaigns and announcements with a powerful, open-source solution designed for scalability. Whether you need to reach a few hundred subscribers or broadcast to millions, this platform provides the flexibility and security required for successful email delivery. Because it is completely free to download and use, you maintain full control over your data and mailing lists without worrying about expensive monthly subscriptions.

Take advantage of a highly active community that contributes to continuous improvements, translations, and custom plugins. You can easily adapt the software to fit your specific workflow requirements.

Key benefits include:

  • Unlimited sending potential: Reach audiences of any size without tiered pricing restrictions.
  • Data privacy: Host the software on your own servers to keep subscriber information private.
  • Extensive customization: Utilize community-built plugins to add new features.
  • Global accessibility: Access the interface in multiple languages.

Directory Structure

phplist
mariadb_data
phplist
config
images
.env
docker-compose.yml

docker-compose.yml

services:
  phplist:
    image: phplist/phplist
    restart: always
    ports:
      - "8000:80"
    environment:
      DB_HOST: mariadb
      DB_NAME: phplistdb
      DB_USER: phplist
      DB_PASSWORD: ${DB_PASSWORD}
    volumes:
      - ./phplist/config:/etc/phplist
      - ./phplist/images:/var/www/phpList/public_html/uploadimages
    depends_on:
      - mariadb

  mariadb:
    image: mariadb:10
    restart: always
    environment:
      MYSQL_ROOT_PASSWORD: ${DB_ROOT_PASSWORD}
      MYSQL_DATABASE: phplistdb
      MYSQL_USER: phplist
      MYSQL_PASSWORD: ${DB_PASSWORD}
    volumes:
      - ./mariadb_data:/var/lib/mysql

.env

DB_PASSWORD=your_secure_db_password
DB_ROOT_PASSWORD=your_secure_root_password

Share:

Ad
Favicon

 

  
 

Similar to phpList

Favicon

 

  
  
Favicon

 

  
  
Favicon