Foros del Web » Programando para Internet » ASP Clásico »

Ayuda Urgente Con Este Error

Estas en el tema de Ayuda Urgente Con Este Error en el foro de ASP Clásico en Foros del Web. QUE SIGNIFICA ESTE ERROR, LES ANEXO EL CODIGO DEL ARCHIVO QUE UTILIZ0 PARA QUE ALGUIEN ME AYUDE POR FAVOR ERROR: _________ Server object error 'ASP ...
  #1 (permalink)  
Antiguo 17/02/2005, 20:02
 
Fecha de Ingreso: marzo-2004
Mensajes: 24
Antigüedad: 20 años, 3 meses
Puntos: 0
Pregunta Ayuda Urgente Con Este Error

QUE SIGNIFICA ESTE ERROR, LES ANEXO EL CODIGO DEL ARCHIVO QUE UTILIZ0 PARA QUE ALGUIEN ME AYUDE POR FAVOR

ERROR:
_________
Server object error 'ASP 0177 : 800401f3'

Server.CreateObject Failed

/consultoria/enviar.asp, line 15

800401f3
_______________


CODIGO ARCHIVO:
________________

<%
casilla_destino = "[email protected]"
servidor = "mail.ccardonas.com"
varBody = varBody & "<p style=""margin-top: 0; margin-bottom: 0""><font face=""Verdana"" size=""1""><STRONG>Formulario: </STRONG></font></p>"
varBody = varBody & "<p style=""margin-top: 0; margin-bottom: 0""><font face=""Verdana"" size=""1"">&nbsp;</font></p>"
varBody = varBody & "<p style=""margin-top: 0; margin-bottom: 0""><font face=""Verdana"" size=""1""><STRONG>Nombre: </STRONG> " & Request("nombre") & "</font></p>"
varBody = varBody & "<p style=""margin-top: 0; margin-bottom: 0""><font face=""Verdana"" size=""1""><STRONG>E-mail: </STRONG> " & Request("mail") & "</font></p>"
varBody = varBody & "<p style=""margin-top: 0; margin-bottom: 0""><font face=""Verdana"" size=""1""><STRONG>Teléfono: </STRONG> " & Request("telefono") & "</font></p>"
varBody = varBody & "<p style=""margin-top: 0; margin-bottom: 0""><font face=""Verdana"" size=""1""><STRONG>País: </STRONG> " & Request("pais") & "</font></p>"
varBody = varBody & "<p style=""margin-top: 0; margin-bottom: 0""><font face=""Verdana"" size=""1""><STRONG>Ciudad: </STRONG> " & Request("ciudad") & "</font></p>"
varBody = varBody & "<p style=""margin-top: 0; margin-bottom: 0""><font face=""Verdana"" size=""1""><STRONG>Asunto: </STRONG> " & Request("asunto") & "</font></p>"
varBody = varBody & "<p style=""margin-top: 0; margin-bottom: 0""><font face=""Verdana"" size=""1""><STRONG>Mensaje: </STRONG> " & Request("mensaje") & "</font></p>"


Set Msg = Server.CreateObject("JMail.Message")

Msg.Logging = True
Msg.Silent = True

Msg.From = casilla_destino
Msg.AddRecipient casilla_destino
Msg.Subject = "Formulario"
Msg.HTMLBody = varBody

if not Msg.Send(servidor) then
Error = True
else
Error = False
end if
%>
  #2 (permalink)  
Antiguo 18/02/2005, 10:45
Avatar de AlZuwaga
Colaborador
 
Fecha de Ingreso: febrero-2001
Ubicación: 34.517 S, 58.500 O
Mensajes: 14.550
Antigüedad: 23 años, 3 meses
Puntos: 535
Debe ser que JMail no está instalado en donde estás probando el script.
Bajate este "testeador de componentes instalados" y comprobalo:

http://www.pensaworks.com/prg_com.asp?c=prg_com_demo
__________________
...___...
  #3 (permalink)  
Antiguo 19/02/2005, 07:45
 
Fecha de Ingreso: enero-2003
Ubicación: punta arenas
Mensajes: 65
Antigüedad: 21 años, 5 meses
Puntos: 0
Aqui tienes un ejemplo que tengo funcionando en una página de un colegio
que hice, espero que te sirva.

http://linux.tecnicosenlinea.cl/down...iocontacto.zip

funciona con ASPemail.

Última edición por Zerg; 19/02/2005 a las 07:46
  #4 (permalink)  
Antiguo 19/02/2005, 15:57
 
Fecha de Ingreso: marzo-2004
Mensajes: 24
Antigüedad: 20 años, 3 meses
Puntos: 0
Muchas gracias, ya probe los componentes y lo que pasa es q el server solo tiene instalado el CDOSYS.

Muchas gracias.
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 21:21.