8000 GitHub - aaPanel/Billion-Mail: BillionMail gives you open-source mail server, email marketing — fully self-hosted, dev-friendly, and free from monthly fees.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

BillionMail gives you open-source mail server, email marketing — fully self-hosted, dev-friendly, and free from monthly fees.

License

Notifications You must be signed in to change notification settings

aaPanel/Billion-Mail

Repository files navigation

An Open-Source Mail Server, Email Marketing Solution for Smarter Campaigns


What is BillionMail?

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.

Billion Mail Banner

How to use?

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 script

Management help

bm help

View Login default info

bm default

Show domain DNS record

bm show-record

WebMail

Billion Mail has integrated RoundCube, you can access WebMail via /roundcube/.

Why Billion Mail?

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.

How You Can Help 🌟

Billion Mail is a community-driven project, and we need your support to get started! Here's how you can help:

  1. Star This Repository: Show your interest by starring this repo.
  2. Spread the Word: Share Billion Mail with your network—developers, marketers, and open-source enthusiasts.
  3. Share Feedback: Let us know what features you'd like to see in Billion Mail by opening an issue or joining the discussion.
  4. Contribute: Once development begins, we'll welcome contributions from the community. Stay tuned for updates!

📧 Billion Mail – The Future of Open-Source Email Marketing.

Issues

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

License

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!

0