Email Routing: Difference between revisions

From David's Wiki
(Created page with "Two services for email routing. ==[forwardemail.net forwardemail.net]== They have a free and a paid plan.<br> The free plan is great but requires you to put all the emails into a txt dns entry. ==Cloudflare Email Routing Beta== Does not support subdomains ===Setting up send from=== You can send from your gmail by doing the following: # Update your TXT dns record to #* <pre>v=spf1 include:_spf.mx.cloudflare.net ~all include:_spf.google.com ~all</pre> #* Not sure if this...")
 
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
Two services for email routing.
Two services for email routing.


==[forwardemail.net forwardemail.net]==
==Cloudflare Email Routing==
They have a free and a paid plan.<br>
The free plan is great but requires you to put all the emails into a txt dns entry.
 
==Cloudflare Email Routing Beta==
Does not support subdomains
===Setting up send from===
===Setting up send from===
You can send from your gmail by doing the following:
You can send from your gmail by doing the following:
# Update your TXT dns record to
# Update your TXT dns record to
#* <pre>v=spf1 include:_spf.mx.cloudflare.net ~all include:_spf.google.com ~all</pre>
#: <pre>v=spf1 include:_spf.mx.cloudflare.net include:_spf.google.com ~all</pre>
#* Not sure if this is actually required or not.
# Follow https://gist.github.com/irazasyed/a5ca450f1b1b8a01e092b74866e9b2f1
# In Gmail, add a send-from address with the following [https://forwardemail.net/en/faq#lazyframe-MEheS8gM4Xs forwardemail.net instructions].
 
 
 
==[https://forwardemail.net forwardemail.net]==
If you don't use cloudflare, you can use https://forwardemail.com instead.<br>
Note that their free plan requires you to put all the emails into a txt dns entry.

Latest revision as of 17:39, 30 October 2023

Two services for email routing.

Cloudflare Email Routing

Setting up send from

You can send from your gmail by doing the following:

  1. Update your TXT dns record to
    v=spf1 include:_spf.mx.cloudflare.net include:_spf.google.com ~all
  2. Follow https://gist.github.com/irazasyed/a5ca450f1b1b8a01e092b74866e9b2f1


forwardemail.net

If you don't use cloudflare, you can use https://forwardemail.com instead.
Note that their free plan requires you to put all the emails into a txt dns entry.