Email Routing: Difference between revisions
No edit summary |
|||
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
Two services for email routing. | Two services for email routing. | ||
==Cloudflare Email Routing | ==Cloudflare Email Routing== | ||
==[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. | |||
==Sending== | |||
===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: | ||
Line 8: | Line 17: | ||
# Follow https://gist.github.com/irazasyed/a5ca450f1b1b8a01e092b74866e9b2f1 | # Follow https://gist.github.com/irazasyed/a5ca450f1b1b8a01e092b74866e9b2f1 | ||
This drawback is that this requies an app password on your Google account and the email does not pass DKIM. | |||
===Mailjet=== | |||
See https://mailjet.com. | |||
Mailjet's free plan allows sending 200 emails per day or 6000 per month. | |||
==[https:// | ===Purelymail=== | ||
[https://purelymail.com Purelymail] is a $10 per year email service. | |||
===Validation=== | |||
Use https://www.mail-tester.com/ |
Latest revision as of 04:07, 16 July 2025
Two services for email routing.
Cloudflare Email Routing
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.
Sending
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
This drawback is that this requies an app password on your Google account and the email does not pass DKIM.
Mailjet
See https://mailjet.com. Mailjet's free plan allows sending 200 emails per day or 6000 per month.
Purelymail
Purelymail is a $10 per year email service.