I run mywebapp.org and want emails sent to [email protected]
to be forwarded via Mailgun to [email protected]
so I can reply using Gmail. How can this be configured?
hey, i’ve done similar; i used mailgun routes to send mails over to gmail then used gmail’s send as. i had to tweak spf and dkim settings though. works ok on my end. give it a shot.
I managed a similar setup for my project and ended up using Mailgun’s route system in combination with Gmail’s Send Mail As feature. The key is to configure the Mailgun route to capture emails sent to your domain, then rewrite the address to forward to your Gmail account. Once Gmail receives the email, you can also configure its SMTP settings to reply from the same email address, ensuring you maintain proper sender details. In my experience, this approach keeps things organized and avoids the intrusion of spam filters.