this is my code:
try { SmtpClient client = new SmtpClient("smtp.aruba.it", 25); client.EnableSsl = true;