|
How can I tell if my ISP is blocking my outgoing mail? |
It is becoming more common that ISPs are blocking port 25 (SMTP port) forcing you to use their SMTP server. To see if you are blocked:
1. Click Start Button (Windows Desktop)
2. Click Run
3. Enter "telnet"
4. Enter "open mail.yourdomain.com:25"
If you see a message like: 220 www.domain.com ESMTP Then you are not blocked. If you can't connect, you are blocked.
|