jskinnerd
Regular Member
- Jul 21, 2023
- 205
- 299
Cloudflare Workers don't offer functionality for sending emails, so I created an SMTP client from scratch in a worker.
It's fantastically reliable, so much that I'm using it for my dad's company for contact forms.
I no longer depend on form providers (formspree) or email APIs (twilio) which is soooo nice. But you need SMTP creds
And in some sense it's free-proxied emails because Cloudflare is just one big free proxy.
But I'm not sure if that justifies its worth by itself.
So my question is, what are some use-cases you'd like to see with this?
I'd appreciate any ideas
It's fantastically reliable, so much that I'm using it for my dad's company for contact forms.
I no longer depend on form providers (formspree) or email APIs (twilio) which is soooo nice. But you need SMTP creds
And in some sense it's free-proxied emails because Cloudflare is just one big free proxy.
But I'm not sure if that justifies its worth by itself.
So my question is, what are some use-cases you'd like to see with this?
I'd appreciate any ideas
Last edited: