QUICK START by visiting - Dumpmail
Dumpmail is an open-source email automation platform designed to run automation engine on free cron job services (such as GitHub Actions or GitLab CI/CD).
Important
When we write FREE it genuinely means free
- Free email sending and scheduling (ofc it uses your Github Scheduler Job and must not know it provide you 1000min per month if that's the case why not let put in for some uesful things)
- Free 200+ Leads email addresses
- Free Global Templates
- Email Scheduling (Cron Job): instead of sending mail at once which will definitely flag your email address spam, schedule it with inbox warmup (warmup means - gradually increasing number of email you are sending daily else if you try to send 50 mails at a time it will flag you spam)
- Highly Dynamic Template: Variables definitions and rotating words, lines in emails making them highly dynamic.
- Full Control over sending engine: since automation engine Dumpmail-Fork is a open-source project, you can make any changes as per your will
- Your Upload will be Private: You can upload your leads which will be hidden from other users until you do not decide to make it public.
- Create campaign and schedules email
- You do not have to worry about when & how email should be send everything will be handle by engine
- See workflow runs and Disable/Unable workflow
variables = {
lead: "Alex Leigh"
name: "Mohd Anas"
topic: "backend development"
signature: "Mohd Anas\nGithub - https://github.com/Anas-github-acc\nLinkedin - https://linkedin.com/in/anas-um"
}Hi {{ lead.split(' ')[0] }},
[["Hope you're doing well,", "Hope you're having a great week.", "Hope all is well."]]
I am {{ name }} and [["I wanted to connect regarding {{topic}}", "Reaching out about {{topic}}.", "Quick note about {{topic}}."]]
[["Interested in a quick chat?", "Open to a brief conversation?", "Worth a quick discussion?"]]
Best,
{{signature}}
Hi John,
Hope all is well.
I am Mohd Anas and Quick note about backend development.
Worth a quick discussion?
Best,
Mohd Anas
Github - [Github](https://github.com/Anas-github-acc)
Linkedin - [Linkedin](https://linkedin.com/in/anas-um)
| Syntax | Description | Example |
|---|---|---|
{{ }} |
Execute any JavaScript expression and insert its result into the template. | {{ lead.split(' ')[0] }}, {{ name.toUpperCase() }}, `{{ company |
[[ ]] |
Randomly select one option from a list of words, phrases, or sentences. | [["Hi", "Hello", "Hey"]], [["Hope you're doing well.", "Hope all is well."]] |
Note
why do we need this [[ ... ]], because gmail or yahoo mark your email if they see you are sending same mail multiple time so rotating words/lines make it more dynamic.
mail me - anas.ahamad955@gmail.com
This project is licensed under the MIT License.


