Una volta mandavo mail cosi
Dim msg as new System.Web.Mail.MailMessage()
msg.Subject = "Risposta Forum Dansalsa"
msg.BodyFormat = MailFormat.Html
msg.Body = ""
msg.To = mail_spedita
msg.From = "info@mail.it"
SmtpMail.SmtpServer="pop3.lifeinlife.it"
SmtpMail.Send(msg)
oggi mi da questo errore
The transport failed to connect to the server.
mi dite come posso fare a mandare mail con aspenet ?
grazie