J
J
I am starting a new project to create a SMTP Client for Windows; I am
using the winsock2 library. When I use the following commands I get an
error (550):
220 ns1.zanmo.com ESMTP Exim 4.69 Mon, 08 Feb 2010 17:58:41 -0800
HELO world
250 ns1.zanmo.com Hello 60.sub-75-229-11.myvzw.com [75.229.11.60]
MAIL FROM: (e-mail address removed)
250 OK
RCPT TO: (e-mail address removed)
550 authentication required
QUIT
221 ns1.zanmo.com closing connection
Please explain how to authenticate the session, and how do I
Programmatically MX Lookup also using MX record?
using the winsock2 library. When I use the following commands I get an
error (550):
220 ns1.zanmo.com ESMTP Exim 4.69 Mon, 08 Feb 2010 17:58:41 -0800
HELO world
250 ns1.zanmo.com Hello 60.sub-75-229-11.myvzw.com [75.229.11.60]
MAIL FROM: (e-mail address removed)
250 OK
RCPT TO: (e-mail address removed)
550 authentication required
QUIT
221 ns1.zanmo.com closing connection
Please explain how to authenticate the session, and how do I
Programmatically MX Lookup also using MX record?