System.Net.Mail.SmtpClient cannot authenticate against a POP3 server, right?

Posted by Herchu on Stack Overflow See other posts from Stack Overflow or by Herchu
Published on 2010-06-15T17:39:19Z Indexed on 2010/06/15 17:42 UTC
Read the original article Hit count: 195

Filed under:
|
|
|

One of our customer seems to have a very old email system, those that ask you to authenticate to the POP3 server before allowing you to send messages through the SMTP server. Regrettably, we have to believe in what our customer tell us for we cannot access their facilities. But as far as I remember, years ago there were mail systems that once you log into the POP3, the STMP server is kept open for a few minutes for the client IP.

Our application sends messages by using System.Net.Mail.SmtpClient which seems to be unable to authenticate to those kinds of servers. Is that correct? If so, what would be the simplest workaround? I was thinking of a minimal POP3 implementation (just the login part of the protocol). Would that work?

Thanks in advance.

© Stack Overflow or respective owner

Related posts about .NET

Related posts about smtp