Hi Neerav,
I am not sure how Ensemble's internals would work here, but the error appears to describe the failure by the SMTP server to continue the session during the DATA command. Whilst developing a custom SMTP server on .NET, and testing it, I have found some clients and servers to originate the same kind of timeout failure.
Googling for "SMTP DATA timeout" will yield many such cases. My Apple Mac client will, occasionally, fail to play nicely with the SMTP server of one of my clients, for example, and times out / hangs.
I suggest you try a regular mail client against the server you're using, to test its setup and establish it is working, then work backwards to try and isolate any config issues at either end that could be causing this.
Some links on google also point to transient network failures, although I'm not inclined to buy into that if the problem is persistently failing on each and every test.
Hope that works for you.
Regards,
Ricardo