Dumpmail is an open-source email automation platform designed to run entirely on free cron job services, such as GitHub Actions or GitLab CI/CD. The platform offers direct flexibility in where and how data is managed, ensuring total control over your campaign details.
You can use the platform at dumpmail.vercel.app. When using the hosted version, you can:
- Choose your database: Store leads, templates, and logs on Dumpmail's database or connect your own database.
- Control data privacy: Mark your data as private, or configure it globally/publicly.
If you want to run your own server to interface with the dumpmail-fork script:
-
Clone the repository:
git clone https://github.com/Anas-github-acc/dumpmail-www.git cd dumpmail-www -
Configure environment variables: Copy the example environment configuration file and update the variables with your own credentials (e.g., Supabase project credentials and GitHub credentials):
cp .env.example .env.local
-
Install dependencies:
pnpm install
-
Run the development server:
pnpm dev
- Free cron automation: Run outreach sequences using native free runners like GitHub Actions or GitLab CI/CD to handle execution schedules.
- Flexible database hosting: Use the built-in database with customizable privacy rules or link your own external database.
- Granular privacy: Toggle campaign data, template libraries, and lead lists between private storage and shared global pools.
- Decentralized execution: Interacts with the
dumpmail-forkexecution engine directly inside your personal repository.
This project is licensed under the MIT License.