I'm testing a web app on my local PC. It is trying to send an email from server code (ASP on IIS). The SMTP authentication is set up the same as it is when it runs live. That is, SMTP server = mail.mydomain.com, and using an email account and password for auth, using port 587.
It seems to...