How to Check to see if SMTP Server requires authentication
From Dedicated Micros USA Wiki
Networking > How to Check to see if SMTP Server requires authentication
- This must be done from the same local network/subnet of the DVR. Most SMTP Server disable mail relaying, so this will often not work from a different ISP, but will work at the DVR’s location.
- Telnet into the SMTP Server, using port 25.
example: telnet 172.20.9.99 25
- Type ‘HELO dedicatedmicros.com’
- Type ‘MAIL FROM: <yourname>@dedicatedmicros.com’
- If you do not receive a ‘250 OK’ message, then this server cannot be used.
