BillionMail is a future open-source Mail server, Email marketing platform designed to help businesses and individuals manage their email campaigns with ease. Whether you're sending newsletters, promotional emails, or transactional messages, this tool will provide full control over your email marketing efforts. With features like advanced analytics, and customer management, you'll be able to create, send, and track emails like a pro.
Install Script: (✅The script automatically installs all required runtime environments including Docker)
cd /opt
git clone https://github.com/aaPanel/Billion-Mail
cd Billion-Mail
# install with interact
bash install.sh
Install with Docker: (Please install Docker and docker-compose-plugin manually, and modify .env file)
# Navigate to /opt and clone the repository
cd /opt
git clone https://github.com/aaPanel/Billion-Mail
# Enter the Billion-Mail directory and copy the file
cd Billion-Mail
cp env_init .env
# Modify the default BILLIONMAIL_HOSTNAME value to your domain, e.g., mail.domain.com
# vi .env
# Initialize the certificate
mkdir ssl
cp -d -n ssl-self-signed/* ssl/
# Start Billion-Mail
docker compose up -d || docker-compose up -d
# Generate bm command
echo "$(pwd)" > /opt/PWD-Billion-Mail.txt
ln -sf $(pwd)/mail_users.sh /usr/bin/bm
chmod +x $(pwd)/mail_users.sh
Management help
bm help
View Login default info
bm default
Show domain DNS record
bm show-record
Billion Mail has integrated RoundCube, you can access WebMail via /roundcube/
.
Most email marketing platforms are either expensive, closed-source, or lack essential features. Billion Mail aims to be different:
✅ Fully Open-Source – No hidden costs, no vendor lock-in.
📊 Advanced Analytics – Track email delivery, open rates, click-through rates, and more.
📧 Unlimited Sending – No restrictions on the number of emails you can send.
🎨 Customizable Templates – Custom professional marketing templates for reuse.
🔒 Privacy-First – Your data stays with you, no third-party tracking.
🚀 Self-Hosted – Run it on your own server for complete control.
Billion Mail is a community-driven project, and we need your support to get started! Here's how you can help:
- Star This Repository: Show your interest by starring this repo.
- Spread the Word: Share Billion Mail with your network—developers, marketers, and open-source enthusiasts.
- Share Feedback: Let us know what features you'd like to see in Billion Mail by opening an issue or joining the discussion.
- Contribute: Once development begins, we'll welcome contributions from the community. Stay tuned for updates!
📧 Billion Mail – The Future of Open-Source Email Marketing.
If you encounter any issues or have feature requests, please open an issue. Be sure to include:
- A clear description of the problem or request.
- Steps to reproduce the issue (if applicable).
- Screenshots or error logs (if applicable).
Billion Mail is licensed under the AGPLv3 License. This means you can:
✅ Use the software for free.
✅ Modify and distribute the code.
✅ Use it privately without restrictions.
See the LICENSE file for more details.
📬 Billion Mail – Coming Soon. Star This Repo to Make It Happen Faster!