Is there any way i can get mails manually? I really need a mail but i am not getting it.
Is there any way i can get mails manually? I really need a mail but i am not getting it.
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?


dig sendgrid.ai.moda MXmx.sendgrid.net.3600message.setReject()export default {
async fetch(request, env, ctx) {
return new Response('1691415921661');
},
};