Aguarde...
<% If request("en") = ("1") then nome = request.Form("name") email = request.Form("email") 'telefone = request.Form("telefone") mensagem = request.Form("message") Body= Body & "

Nome: " & nome &"
" & vbcrlf 'Body= Body & "Telefone: " & telefone &"
" & vbcrlf Body= Body & "E-mail: " & email &"

" & vbcrlf Body= Body & "
" & vbcrlf Body= Body & "

Mensagem:

" & vbcrlf Body= Body & "" & vbcrlf Body= Body & "" & vbcrlf Body= Body & "" & vbcrlf Body= Body & "" & vbcrlf Body= Body & "
"& mensagem &"
" & vbcrlf Body= Body & "

Desenvolvido por www.Studio3x.com.br - não conte com a sorte conte com a s3x!

" & vbcrlf Set objmail = Server.CreateObject("CDONTS.NewMail") ObjMail.MailFormat = cdoMailFormatMIME objmail.bodyFormat = html objmail.from = email objmail.to = "rlorenzoni@studio3x.com.br" objmail.Bcc = "guilherme@studio3x.com.br" objmail.subject = "Studio3x Fotografia - contato do site" objmail.body = Body objmail.send Set objmail = Nothing Response.Write("") 'response.Redirect("?hl="&request("hl")&"&env=1") end if %>