Tema: jmail
Ver Mensaje Individual
  #14 (permalink)  
Antiguo 30/11/2002, 14:35
Avatar de CHuLoSoY
CHuLoSoY
 
Fecha de Ingreso: febrero-2002
Ubicación: Ribeira (Galicia)
Mensajes: 1.900
Antigüedad: 23 años, 3 meses
Puntos: 29
ni idea, prueba con el código que te di más arriba, o mejor pon este ya en la página asp:


<%
titulo="Mensaje enviado desde..."
cuerpo = "mensaje "&replace(Request.Form("cuerpo"), vbCrLf, "<br>")
set msg = Server.CreateObject("JMail.Message")
msg.logging = true
msg.from = "[email protected]"
msg.fromname = "Merida hot.com"
msg.addrecipient request.form("email"), request.form("nombre")
msg.subject = titulo
msg.body = cuerpo
msg.send ("mail.meridahot.com")
%>
<body bgcolor="#2b6ab1">
<div style="position: absolute; top: 120; left: 280; width: 372; height: 87">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="115%" id="AutoNumber1" height="85">
<tr>
<td width="100%" height="22">
<p align="center"><b><font face="Verdana" size="4" color="#FFFFFF">
Recibimos tu mensaje mensaje</font></b></td>
</tr>
<tr>
<td width="100%" height="31">
<p align="center"><font color="#FFFFFF" face="Verdana" size="4"><b>y</b></font></td>
</tr>
<tr>
<td width="100%" height="30">
<p align="center"><b><font color="#FFFFFF" face="Verdana" size="4">Nos Pondremos en
contacto a la brevedad</font></b></td>
</tr>
</table>
</div>
__________________
ESQUIO Dominios y Hosting
Las mejores características con los mejores precios.