I need to send occasional one-off scheduled e-mails. So, I have an e-mail that shouldn't be sent immediately, but at a scheduled time. Also, my computer shouldn't have to be online at that time, so I want to schedule and forget.
I was using Missive for that reason, a free web app for e-mails, but it terminated their free plan, and I have no other reason to pay for it.
I can think of ways to code something to solve this, but it seems overkill. I wonder how else I could solve this?
My setup:
- Cloudron as e-mail server
- Postmark is the relay
- Locally, I use Thunderbird (they have a schedule extension, but this requires my laptop to be online)
Actually, if there's no better solution, I would even be fine to code a small relay and host it on Cloudron. But maybe I am overcomplicating this here?