1&1 web hosting and smtp configuration

Posted by Alexander on Stack Overflow See other posts from Stack Overflow or by Alexander
Published on 2010-04-12T16:21:42Z Indexed on 2010/04/12 16:33 UTC
Read the original article Hit count: 538

Filed under:
|
|

Has anyone ever tried sending emails using 1&1 smtp host? I tried the following?

SmtpClient mailClient = new SmtpClient("smtp.1and1.com", 587);

But it always gives me a security exemption error...

I tried it using my local host and it works fine.. I tried using gmail's smtp and it worked fine as well...

© Stack Overflow or respective owner

Related posts about smtp

Related posts about web-hosting