oh dang so turns out even the beta of

oh dang, so turns out even the beta of email Workers can't access the message body. To get cheap high ish volume inbound email processing, what's your recommendations? AWS SES as well for inbound? https://developers.cloudflare.com/email-routing/email-workers/
2 Replies
Unsmart
Unsmart2y ago
Also one thing to note if you do go with SES make sure you make the inbound email go to S3 and run an event off the S3 insert otherwise the message size limit is super low (like 150KB or something compared to 40MB)
dave
dave2y ago
oh weird, thanks! That's a pretty big design difference (that we have to use S3), good to know before we started.