<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Mailgun &#8211; Roy Duineveld</title>
	<atom:link href="https://royduineveld.nl/tag/mailgun/feed/" rel="self" type="application/rss+xml" />
	<link>https://royduineveld.nl</link>
	<description>Waarom moeilijk doen als het makkelijk kan?</description>
	<lastBuildDate>Tue, 27 Jan 2026 07:48:00 +0000</lastBuildDate>
	<language>nl</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.9.26</generator>
	<item>
		<title>[EN] Free email forwarding</title>
		<link>https://royduineveld.nl/free-email-forwarding/</link>
		<comments>https://royduineveld.nl/free-email-forwarding/#comments</comments>
		<pubDate>Thu, 06 Oct 2016 14:52:13 +0000</pubDate>
		<dc:creator><![CDATA[Roy Duineveld]]></dc:creator>
				<category><![CDATA[Tips & Trucs]]></category>
		<category><![CDATA[Mailgun]]></category>
		<category><![CDATA[Serverpilot]]></category>

		<guid isPermaLink="false">https://royduineveld.nl/?p=925</guid>
		<description><![CDATA[<p>I recently moved my personal websites from a shared hosting provider to my own VPS at Digital Ocean (use that link, create a account and you&#8217;ll get $10 free credit!). I&#8217;m...</p>
<p>Het bericht <a rel="nofollow" href="https://royduineveld.nl/free-email-forwarding/">[EN] Free email forwarding</a> verscheen eerst op <a rel="nofollow" href="https://royduineveld.nl">Roy Duineveld</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>I recently moved my personal websites from a shared hosting provider to my own VPS at <a href="https://m.do.co/c/7c917c6ea074" target="_blank">Digital Ocean</a> (use that link, create a account and you&#8217;ll get $10 free credit!). I&#8217;m doing this a while now for customers but never found the time to do it for my own websites. As <a href="https://royduineveld.nl/laravel-forge-vs-serverpilot/">mentioned earlier</a> I&#8217;m using <a href="https://www.serverpilot.io/?refcode=adcc6f19541d" target="_blank">Serverpilot</a> (use that link too, create a account and you&#8217;ll also get $10 free credit!) to configure and maintain my servers. But at the shared hosting provider, everything was taken care of, including email. At my own server I&#8217;ve to do it myself (but gives me way more flexibility and options). <a href="https://www.serverpilot.io/?refcode=adcc6f19541d" target="_blank">Serverpilot</a> installs <a href="http://www.postfix.org/" target="_blank">Postfix</a> to send email but doesn&#8217;t configure anything else like a SPF and DKIM records so it&#8217;s possible that emails are marked as spam. But what about receiving emails?</p>
<h2>Use G suite, or previously: Google Apps</h2>
<p>For 99% of my customers G suite is the way to go and they love it. But I&#8217;ve a personal Google account with a Gmail address and why should I pay for G suite just for mail? I don&#8217;t need the rest. At the shared hosting company I just had some email forwarders setup in the Direct Admin control panel. That&#8217;s what I want! Just some simple mail forwarders&#8230;</p>
<h2>Setup mail forwarders with Postfix</h2>
<p>I&#8217;ll spare you the details, but configuring Postfix to forward emails isn&#8217;t that hard. But we&#8217;re still missing the SPF and DKIM records to make sure our emails will not be marked as spam, that&#8217;s taking some more time but I don&#8217;t like to repeat these steps on multiple servers and for multiple domains&#8230;</p>
<h2>Use a email service to send emails</h2>
<p>To make sure our emails will not be marked as spam we could use a email service like <a href="https://sendgrid.com/" target="_blank">SendGrid</a>, <a href="https://www.mandrill.com/" target="_blank">Mandrill</a>, <a href="https://aws.amazon.com/ses/" target="_blank">Amazon SES</a>, etc. I&#8217;ve created a account at SendGrid, configured the DNS records, installed the WordPress plugin for my blog and it&#8217;s working perfectly! Not one email was marked as spam! But that&#8217;s for sending emails, I still need those email forwarders&#8230;</p>
<h2>Catch-all email forwarding with Improvmx</h2>
<p><a href="http://improvmx.com/" target="_blank">Improvmx</a> makes it possible to create a catch-all email forwarder very easily. Change your DNS MX records, fill-in your domain and email address and you&#8217;re done! How awesome is that? But what if I want to be explicit about my email forwarders or don&#8217;t want a catch-all one&#8230;</p>
<h2><a href="http://improvmx.com/"><img class="aligncenter size-medium wp-image-927" src="https://royduineveld.nl/wp-content/uploads/2016/10/improvmx-300x154.png" alt="Improvmx" width="300" height="154" srcset="https://royduineveld.nl/wp-content/uploads/2016/10/improvmx-300x154.png 300w, https://royduineveld.nl/wp-content/uploads/2016/10/improvmx-768x395.png 768w, https://royduineveld.nl/wp-content/uploads/2016/10/improvmx-1024x526.png 1024w" sizes="(max-width: 300px) 100vw, 300px" /></a>Mailgun!</h2>
<p>With <a href="https://mailgun.com/" target="_blank">Mailgun</a> it&#8217;s also possible to <a href="https://documentation.mailgun.com/quickstart-receiving.html" target="_blank">receive emails</a>, not as a inbox (which I don&#8217;t need) but as a forwarder or parser! So I&#8217;ve deleted my SendGrid account, removed the SendGrid WordPress plugin, created a Mailgun account, added my domain, configured the DNS records, installed the <a href="https://nl.wordpress.org/plugins/mailgun/" target="_blank">Mailgun WordPress plugin</a> and created some &#8220;routes&#8221; to forward my email. Awesome!</p>
<p><a href="https://royduineveld.nl/wp-content/uploads/2016/10/mailgun-route.png" target="_blank"><img class="aligncenter wp-image-931 size-medium" src="https://royduineveld.nl/wp-content/uploads/2016/10/mailgun-route-300x162.png" alt="Mailgun route" width="300" height="162" srcset="https://royduineveld.nl/wp-content/uploads/2016/10/mailgun-route-300x162.png 300w, https://royduineveld.nl/wp-content/uploads/2016/10/mailgun-route-768x415.png 768w, https://royduineveld.nl/wp-content/uploads/2016/10/mailgun-route-1024x553.png 1024w, https://royduineveld.nl/wp-content/uploads/2016/10/mailgun-route.png 1500w" sizes="(max-width: 300px) 100vw, 300px" /></a></p>
<h2>Things to keep in mind</h2>
<p>By using a email service you&#8217;ll have to make sure you configure it at all your applications/websites. For WordPress there is a <a href="https://nl.wordpress.org/plugins/mailgun/" target="_blank">Mailgun plugin</a>, <a href="https://laravel.com/docs/5.3/mail#driver-prerequisites" target="_blank">Laravel supports it out of the box</a> and for other platforms who don&#8217;t have anything like that you can use the <a href="https://documentation.mailgun.com/quickstart-sending.html" target="_blank">SMTP credentials provided by Mailgun</a>. Also the title of the article is &#8220;free email forwarding&#8221;, yes it&#8217;s free up to 10.000 email a month, you need more? Check out the <a href="http://www.mailgun.com/pricing" target="_blank">Mailgun pricing</a>. And a quick tip for testing your mail forwarder: <a href="http://send-email.org" target="_blank">http://send-email.org</a>.</p>
<h2>Alternatives</h2>
<p>Once in a while I receive emails with suggestions for other services, I&#8217;m trying to list them here:</p>
<ul>
<li><a href="https://forwardmx.io/" target="_blank">forwardmx.io</a> (paid)</li>
<li><a href="https://forwardemail.net/" target="_blank">forwardemail.net</a> (free and open source)</li>
<li><a href="https://cloudflare.com" target="_blank">cloudflare.com</a> (free)</li>
</ul>
<p>Het bericht <a rel="nofollow" href="https://royduineveld.nl/free-email-forwarding/">[EN] Free email forwarding</a> verscheen eerst op <a rel="nofollow" href="https://royduineveld.nl">Roy Duineveld</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://royduineveld.nl/free-email-forwarding/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>