Email Routing: Difference between revisions

From David's Wiki
No edit summary
Line 11: Line 11:
# 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 ~all include:_spf.google.com ~all</pre>
#* Not sure if this is actually required or not.
#* Note Not 100% sure adding google spf is actually required or not.
# In Gmail, add a send-from address with the following [https://forwardemail.net/en/faq#lazyframe-MEheS8gM4Xs forwardemail.net instructions].
# In Gmail, add a send-from address with the following [https://forwardemail.net/en/faq#lazyframe-MEheS8gM4Xs forwardemail.net instructions].

Revision as of 16:59, 23 January 2022

Two services for email routing.

forwardemail.net

They have a free and a paid plan.
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:

  1. Update your TXT dns record to
    v=spf1 include:_spf.mx.cloudflare.net ~all include:_spf.google.com ~all
    • Note Not 100% sure adding google spf is actually required or not.
  2. In Gmail, add a send-from address with the following forwardemail.net instructions.