jskinnerd
Regular Member
- Jul 21, 2023
- 205
- 299
I put together an email server on a Cloudflare Worker. It opens a TCP socket on 587, resolves the recipient's MX records and connects to their SMTP server.
In other words, you can send emails from Cloudflare's IP addresses. This would replace Outlook, Gmail, SES, MailChannels, etc. for sending emails, assuming it's reliable.
I'm really curious about IP reputation though, if it's Cloudflare's IPs, how often would emails go to spam?
I can't test the code without an Enterprise subscription, but I’m really curious to see what would happen.
In other words, you can send emails from Cloudflare's IP addresses. This would replace Outlook, Gmail, SES, MailChannels, etc. for sending emails, assuming it's reliable.
I'm really curious about IP reputation though, if it's Cloudflare's IPs, how often would emails go to spam?
I can't test the code without an Enterprise subscription, but I’m really curious to see what would happen.