Ciao, scusate perchè ricevo un email formattata male?
codice:
Set link = CreateObject("CDONTS.Newmail")
link.From = "miaemail@mail.it"
link.To = Form("Email")
link.Subject = "Conferma"
messaggio = messaggio & VBcrlf & "E-mail = " & Form("Email") & "
"
link.Body = messaggio
link.Send
Set link = Nothing
come ricevo il msg:
codice:
E-mail = tuaemail@email.it