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

configuracion aspmail

Estas en el tema de configuracion aspmail en el foro de ASP Clásico en Foros del Web. Hola tengo instalado un foro en mi sitio y al mardar el correo de confirmacion al meial me aparece: ----------0------ Server object error 'ASP 0177 ...
  #1 (permalink)  
Antiguo 28/04/2004, 18:41
 
Fecha de Ingreso: mayo-2002
Mensajes: 84
Antigüedad: 22 años, 11 meses
Puntos: 0
configuracion aspmail

Hola tengo instalado un foro en mi sitio y al mardar el correo de confirmacion al meial me aparece:
----------0------
Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed
/forum/functions/functions_send_mail.asp, line 286

-----------0--------

Tengo ASPMAIL y mi correo saliente es "alicom.cl" pero no se donde modificar el codigo, coloco:

'AspMail component
Case "AspMail"

'Create the e-mail server object
Set objAspMail = Server.CreateObject("Persits.MailSender")

With objAspMail
'Out going SMTP mail server address
.RemoteHost = strOutgoingMailServer

'Who the e-mail is from
.FromAddress = strFromEmailAddress
.FromName = strFromEmailName

'Who the e-mail is sent to
.AddRecipient " ", strRecipientEmailAddress

'The subject of the e-mail
.Subject = strSubject

'Set the e-mail body format (BodyHTML=HTML Body=Text)
If blnHTML = True Then
.ContentType = "text/HTML"
End If

'The main body of the e-mail
.BodyText = strEmailBodyMessage & strEmailBodyAppendMessage

'Send the e-mail
If NOT strOutgoingMailServer = "" Then .SendMail
End With

'Close the server mail object
Set objAspMail = Nothing
End Select

'Set the returned value of the function to true
SendMail = True
End Function
%>

SE AGRADECE LA AYUDA ¡¡¡¡¡
  #2 (permalink)  
Antiguo 29/04/2004, 01:22
 
Fecha de Ingreso: enero-2004
Mensajes: 396
Antigüedad: 21 años, 3 meses
Puntos: 0
N tienes que configurar nada, simplemente registrar el objeto en el servidor y tener activado el servicio SMTP para que te funcione.
  #3 (permalink)  
Antiguo 29/04/2004, 06:00
 
Fecha de Ingreso: mayo-2002
Mensajes: 84
Antigüedad: 22 años, 11 meses
Puntos: 0
Esta todo activado ....

No entiendo , si esta todo activado e instalado ene l servidor , pero aun asi me arroja error.
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 17:25.