% email = request.form("email") testo = request.form("testo") if email<>"" AND testo<>"" then IsHTML = false EmailMittente = "news@coromadrecabrini.it" 'EmailMittente = "paolo@evirgola.net" Titolo = "Richiesta Informazioni Coro Madre Cabrini" Messaggio = "Email: " & email & vbcrlf & vbcrlf &_ "Testo: " & testo & vbcrlf if sendEmail(EmailMittente, EmailMittente, Titolo, Messaggio, nomefile, Attachment, IsHTML) = 0 then EmailErrore = "errore" end if strInvio = "OK" else if request.form("ACTION") = "invia" then Errore = "dati" end if end if %>

|
<%if strInvio = "OK" then%>
Grazie mille, sarai contattato al pił presto!!!
<%else%>
|