jskinnerd
Regular Member
- Jul 21, 2023
- 205
- 299
Problem & Solution
Cloudflare Workers don't let you emails conveniently, so I created an SMTP client from scratch in a worker.
This means free-proxied serverless email.
What are the advantages?
- No more reason to use platforms like SendGrid, Twilio, Mailchimp, etc. for sending emails.
- Mail is proxied at zero cost, because Cloudflare is just one big free proxy.
- Reliable as hell due to zero dependencies and written in Rust
- 100% zero-cost operation if you have rotating SMTP credentials. This will be implemented on my platform, Leetforms (i'll talk about this in a later post).
Does it work?
I'm currently using this for my dad's business and am relieved we no longer depend on form providers nor email APIs.
More peace of mind, more control, and more money for us.
However, as this was just a proof-of-concept, I'm still brainstorming things to do with it.
Dear BHW, what features or recommendations you have for this?
I appreciate y'all!
Cloudflare Workers don't let you emails conveniently, so I created an SMTP client from scratch in a worker.
This means free-proxied serverless email.
What are the advantages?
- No more reason to use platforms like SendGrid, Twilio, Mailchimp, etc. for sending emails.
- Mail is proxied at zero cost, because Cloudflare is just one big free proxy.
- Reliable as hell due to zero dependencies and written in Rust
- 100% zero-cost operation if you have rotating SMTP credentials. This will be implemented on my platform, Leetforms (i'll talk about this in a later post).
Does it work?
I'm currently using this for my dad's business and am relieved we no longer depend on form providers nor email APIs.
More peace of mind, more control, and more money for us.
However, as this was just a proof-of-concept, I'm still brainstorming things to do with it.
Dear BHW, what features or recommendations you have for this?
I appreciate y'all!