1&1 web hosting and smtp configuration
- by Alexander
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...