Ciao a tutti,
ho uno strano problema con la spedizione della mail.
Questo è un frammento di codice
msg.Subject = ogg
msg.BodyFormat = MailFormat.Html
msg.Body = bod
msg.To = st
msg.From = mit
Dovrei mandarla in formato html ma mi da questo errore
A potentially dangerous Request.Form value was detected from the client (body="CIAO").
il testo che sto inviando è questo
CIAO
Come mai???
Grazie