Ver Mensaje Individual
  #1 (permalink)  
Antiguo 18/07/2002, 19:44
Avatar de mamon
mamon
 
Fecha de Ingreso: enero-2002
Ubicación: Lima
Mensajes: 1.302
Antigüedad: 23 años, 5 meses
Puntos: 3
Domaindlx(problemas)

miren quiero mandar un mail, mi hosting es domaindlx.com(la parte gratuita) pero no funciona, no me llega, este es mi código:

<%
if request.Cookies("movil")("nick&quot ;) = "" or request.Cookies("movil")("pass&quot ;) = "" then
response.redirect "index.asp?2"
end if

xmensaje = trim(request.Form("mensaje"))
if trim(request.Form("nombre")) <> "" then
xmensaje = xmensaje&". "&trim(request.Form("nombre" ))
end if
Set mail = Server.CreateObject("CDONTS.Newmail")
mail.From = "[email protected]"
mail.To = "[email protected]"
mail.Subject = trim(request.Form("telefono"))
mail.send
%>
<html>
<head>
<title>Mensaje Enviado</title>
</head>

<body>
Tu mensaje:
<br>
<font color="red"><%=trim(request.Form(& quot;mensaje"))%></font>
<br>
Fue enviado con éxito al:
<br>
<font color="red"><%=trim(request.Form(& quot;telefono"))%></font>
<br>
<br>
<a href="javascript:history.back()">Regr esar</a>
</body>
</html>

espero me puedan ayudar,

<center><font face="verdana" size="1" color="black">En la vida hay tantas preguntas y tan pocas respuestas, pero en estos foros sobran...[/CODE]
<br>
<img src="http://user.7host.com/designcodeorg/alien_camina.gif">
</center>