SendGrid mail parsing doesn’t show up but I think that is because they use their own domains, correc
SendGrid mail parsing doesn’t show up but I think that is because they use their own domains, correct?
dig sendgrid.ai.moda MX returns mx.sendgrid.net.3600 seconds set and I have yet to see anyone who sends me stuff more often than 24 hours lol. (But we don't send out a ton of email yet.)
message.setReject() responds on the SMTP side? Does it return some kind of 5xx to the client or does it 2xx accept the message and silently drop it?


export default {
async fetch(request, env, ctx) {
return new Response('1691415921661');
},
};