Has anyone ever tried sending emails using 1&1 smtp host? I tried the following?
SmtpClient mailClient = new SmtpClient(\"smtp.1and1.com\", 587); mailCli
You need to authenticate to send SMTP mail (Point 2a from their FAQ)