What is the name of the domain?
What is the issue you’re encountering
How do I serve email via my domain?
What steps have you taken to resolve the issue?
I have an email route that receives email from my domain (CF registered) and routes it to my gmail account. I set this up some time ago as a quick fix for saving certain emails in my email app folders.
I now need to be able to send emails from an account tied to that domain. How would I go about that using CF? Is it possible?
If CF has no way to install an email server on a domain, how would I set up RDNS to show that emails coming from a CF Worker point back to my domain. I was thinking maybe I could write some code in a worker to build the relevant email headers (should be no reason why not) but what would an RDNS lookup show?
I’d rather not have to go get some actual hosting on a server as it’s just one more thing in my stack to deal with. I’m pretty sure I could use something other than CF, but I like CF.
Any and all help is greatly appreciated.
Paul