Email Routing: Difference between revisions
No edit summary |
|||
Line 10: | Line 10: | ||
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> | ||
#* Not sure if this is actually required or not. | #* Not sure if this 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:
- Update your TXT dns record to
v=spf1 include:_spf.mx.cloudflare.net ~all include:_spf.google.com ~all
- Not sure if this is actually required or not.
- In Gmail, add a send-from address with the following forwardemail.net instructions.