berrysauce/justatemp

Add "send to own email" option

Closed this issue · 5 comments

Make it possible to send received emails to your own email. Sending could be done via Workers with Mailchannels.

Exerra commented

+1

Make sure to add include:relay.mailchannels.net in your SPF TXT record (after the other includes), as otherwise there will be auth and dkim issues (learnt that the hard way).

I wrote a small blog post about using MailChannels, basically just consolidates various stuff about SPF, DKIM and etc I found online to save someone a massive headache.

+1

Make sure to add include:relay.mailchannels.net in your SPF TXT record (after the other includes), as otherwise there will be auth and dkim issues (learnt that the hard way).

I wrote a small blog post about using MailChannels, basically just consolidates various stuff about SPF, DKIM and etc I found online to save someone a massive headache.

Oh that's awesome! I'll definitely check it out and add the feature once I'm back. Thanks so much for the tip! 😊 I've been working on https://ingredients.tech the last week, but I wanted to refresh junk.boats a bit anyways.

Exerra commented

MailChannels has added domain lockdown (mandatory for CF users), I'll figure it out real quick it and update my blog soon

Edit: Did it! blog.exerra.xyz/blog/send-emails-cf-workers-email-routing#domain-protection

Thanks again for looking into it! I have a busy week coming up but I'll try and get back to junk.boats.

Implemented (not the UI but it works)!! Thanks again @Exerra for the great blog post, it really helped ❤️