Hi
I am trying to send email from a Classic ASP application hosted on Windows Azure.
I am unable to use the local SMTP so I have decided to use the Windows Live (hotmail) SMTP server. (smtp.live.com on port 25)
I am receiving the error:
error '80040211'
which is apparently down to the server being unable to communicate with the SMTP relay. However the exact same code works on my local PC correctly, so I know the settings are all correct (username, password, etc etc)
See here: http://www.c-amie.co.uk/technical/cdo-error-80040211/ for a similar issue.
I have tried telnet and I can telnet to the smtp server with no issues.
Anyone able to offer any advice?
Thanks in advance.