<% @language="VBSCRIPT" %>
<%
Dim myMail
Set myMail = CreateObject("CDONTS.NewMail")
If Request.Form("email") = "" Then Email = "jesse@fapnet.com.br" Else Email = Request.Form("email")
f1 = " Nome: " & Request.Form("nome") & vbcrlf
f2 = " Nome da empresa: " & Request.Form("compania") & vbcrlf
f3 = " E-mail: " & Request.Form("email") & vbcrlf
f4 = "Telefone: " & Request.Form("telefone") & vbcrlf
f5 = " Natureza da consulta: " & Request.Form("natureza") & vbcrlf
f6 = " Departamento: " & Request.Form("departamento") & vbcrlf
f7 = "Comentário: " & Request.Form("comentario") & vbcrlf
fields = f1 & f2 & f3 & f4 & f5 & f6 & f7
myMail.BodyFormat=1
myMail.MailFormat=1
myMail.From=Request.Form("email")
myMail.To="jesse@fapnet.com.br"
myMail.Subject="English Essentials Contato"
myMail.Body=fields
myMail.Send
set myMail=nothing
%>
- Fórum WMO
- → Viewing Profile: Tópicos: jessepatricio
Community Stats
- Group Usuários
- Active Posts 2
- Profile Views 2119
- Member Title Novato no fórum
- Age 39 years old
- Birthday June 23, 1986
-
Sexo
Male
-
Localidade
Barueri
Contact Information
-
Windows Live
jeblk@hotmail.com
Topics I've Started
Oque Há De Errado Com Esse Script
21/07/2009, 16:59
Sou novo na rede, alguem poderia me auxiliar nesse código?
- Fórum WMO
- → Viewing Profile: Tópicos: jessepatricio
- Privacy Policy
- Regras ·



Postagens