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.
Deploy
Features
Integrations & APIs
- SMTP Support
Customization & Branding
- Templates
Related Email & Newsletters Tools
View all 73 →Novu
39KThe open-source notification infrastructure for modern products. Multi-channel delivery turned into a single <Inbox /> component.
Listmonk
19KSend e-mail campaigns and transactional e-mails. High performance and features packed into one app
docker-mailserver
18KA fullstack but simple mail-server (SMTP, IMAP, LDAP, Anti-spam, Anti-virus, etc.) using Docker
Postal
16KA fully featured open source mail delivery platform for incoming & outgoing e-mail
Mail-in-a-Box
15KTake back control of your email with this easy-to-deploy mail server in a box
Billion Mail
14KReleased under AGPL-3.0, Billion Mail provides email marketing platform on self-hosted infrastructure.