Does anyone have reccomendations for online hosts which don’t block port 25?
I am hosting my discourse server locally on my home ISP, but they block it… Ideally, maybe there is some service out there I could point my domain at which would forward any SMTP traffic to my server on a different port? But I don’t think that exists…?
SMTP port 25 is blocked on all Droplets for new accounts to prevent spam and other abuses of our platform.
I actually realized that SendGrid support a free incoming SMTP relay, so I will use that and write a simple server to take the incoming messages over HTTP and then send them to the discourse mail receiver over SMTP.
I believe that refers to outgoing port 25, not incoming port 25. I haven’t had any trouble installing incoming mail receivers. I do a bunch of installations for people with new accounts.