Email Routing: Difference between revisions
No edit summary |
|||
Line 1: | Line 1: | ||
Two services for email routing. | Two services for email routing. | ||
==Cloudflare Email Routing Beta== | ==Cloudflare Email Routing Beta== | ||
===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 | #: <pre>v=spf1 include:_spf.mx.cloudflare.net include:_spf.google.com ~all</pre> | ||
# | # Follow https://gist.github.com/irazasyed/a5ca450f1b1b8a01e092b74866e9b2f1 | ||
==[https://forwardemail.net forwardemail.net]== | |||
If you don't use cloudflare, you can use https://forwardemail.com instead.<br> | |||
Their free plan is great but requires you to put all the emails into a txt dns entry. |
Revision as of 18:10, 4 October 2023
Two services for email routing.
Cloudflare Email Routing Beta
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 include:_spf.google.com ~all
- Follow https://gist.github.com/irazasyed/a5ca450f1b1b8a01e092b74866e9b2f1
forwardemail.net
If you don't use cloudflare, you can use https://forwardemail.com instead.
Their free plan is great but requires you to put all the emails into a txt dns entry.