I am trying to debug a CDO.Message.1 error '80040213', The transport failed to connect to the server.
So I am testing the connection to the SMTP server via telnet. After entering the DATA I am getting this response:
250 ok 1515609773 qp 24996
On a different SMTP server I am getting something like (from memory):
250 ok id=734E5544AB
I am expecting a message about the email being queued or accepted. Maybe all SMTP servers do this differently?
In any case the most important thing is the emails never arrive. Is that related to the Transport failed message? CDO sees the emails are not actually getting sent?
I am running telnet from a Windows Server 2008 Datacenter SP1 Azure VM.