Setting up email forwarding from custom domain to Gmail

I’m trying to set up email forwarding for my website. I want emails sent to [email protected] to end up in my personal Gmail inbox. I also want to be able to reply to these emails from Gmail, but have the replies appear to come from [email protected].

I’ve heard Mailgun might be able to do this, but I’m not sure how to set it up. Can anyone explain the process? Do I need to use a DNS service like Route 53 too?

Here’s what I’m hoping to achieve:

Customer email -> [email protected] -> Mailgun -> [email protected]
[email protected] -> Mailgun -> Customer (appearing as [email protected])

Is this possible? Any tips on how to make it work would be great. Thanks!

I’ve successfully implemented a similar setup for my own business, and I can confirm it’s definitely possible. First, I purchased my domain through a registrar like Namecheap or GoDaddy. Then, I set up Mailgun and configured the DNS records as per their instructions. This involved adding MX records and a few TXT records for SPF and DKIM. In Mailgun, I created a route to forward emails to my Gmail. For sending, I used Gmail’s ‘Send mail as’ feature, configuring it with Mailgun’s SMTP settings. The trickiest part was getting everything to play nice with spam filters. I found that properly setting up DKIM and SPF records was crucial for this. One tip: start with a test email address before setting up your main one. This allows you to iron out any issues without affecting your primary communications. Overall, it took some trial and error, but now it works seamlessly. Good luck with your setup!

I’ve implemented a similar setup using Mailgun, and it’s quite straightforward once you understand the process. First, ensure your domain’s DNS is properly configured with Mailgun’s required records. This typically involves adding MX, TXT, and CNAME records. In Mailgun, create a route to forward incoming emails to your Gmail address. For outgoing emails, use Gmail’s ‘Send mail as’ feature with Mailgun’s SMTP settings. This allows you to send from your Gmail account while appearing as [email protected]. One crucial step is to verify your domain in Mailgun to ensure deliverability. Also, monitor your sending reputation to avoid being flagged as spam. Route 53 isn’t necessary unless you’re specifically using AWS for DNS management. The setup can be a bit technical, but Mailgun’s documentation is comprehensive and should guide you through each step.

hey laura, i’ve done this before! mailgun works great for this. basically u set up DNS records, create a route in mailgun to forward to gmail, and use gmail’s ‘send mail as’ feature with mailgun’s SMTP. it’s a bit tricky at first but totally doable. just make sure u get those SPF and DKIM records right or youll end up in spam. good luck!