unsubbed.co

Geoposler

Self-hosted email servers tool that provides e-mail campaign management application.

Overview

Contribute to garanda21/geoposler development by creating an account on GitHub. > [!WARNING]

📦 Project Archived

First of all, thank you to everyone who used this project, opened issues, submitted pull requests, or shared feedback. Your contributions, ideas, and support were genuinely appreciated and helped shape the project over time.

After careful consideration, we’ve decided to archive this repository in favor of more mature and actively maintained tools that better solve the problem space today. In particular, we recommend:

👉 Listmonk is a powerful, modern, and actively maintained solution that provides more features, better performance, and long-term sustainability.

This repository will remain available for historical reference, but no further updates, fixes, or support will be provided.

Thank you again to everyone who was part of this project. The project has 33 GitHub stars and is licensed under MIT.

Key Features

Source: GitHub README

  • Create and manage email templates.
  • Manage contact lists efficiently.
  • Send HTML emails using SMTP parameters.
  • Seamless MySQL database integration.

Getting Started

Source: GitHub README

services:
  geoposler:
    image: ghcr.io/garanda21/geoposler:latest
    ports:
      - "3454:80"
    environment:
      - DB_HOST=mysql
      - DB_USER=root
      - DB_PASSWORD=mypassword
      - DB_NAME=mycooldb
    depends_on:
      mysql:
        condition: service_healthy
    restart: unless-stopped

  mysql:
    image: mysql:8.0
    container_name: mysql
    ports:
      - "3306:3306"
    environment:
      MYSQL_ROOT_PASSWORD: mypassword
      MYSQL_DATABASE: mycooldb
    volumes:
      - mysql_data:/var/lib/mysql
    healthcheck:
      test: ["CMD", "mysqladmin", "ping", "-h", "localhost"]
      interval: 10s
      timeout: 5s
      retries: 3

volumes:
  mysql_data:

Normalized Features

Source: tool-features-normalized.json

docker, docker compose, mysql, smtp, templates.

Features

Integrations & APIs

  • SMTP Support

Customization & Branding

  • Templates