RESPONDER UNA PREGUNTA

Si para responder la pregunta, crees necesario enviar un archivo adjunto, puedes hacerlo a traves del correo [email protected]

    Pregunta:  17699 - ERROR CON CDONTS
Autor:  Catherine Reyes
Hola:

Estoy trabajando con el objeto CDONTS y todo impecable hasta cuando quise enviar el mail, entonces me genero un error en la linea de enviar el mail. El error es el siguiente:
"The system cannot find the path specified. "

Set mailobj = Server.CreateObject("CDONTS.NewMail")
mailobj.mailFormat = 0
mailobj.bodyFormat = 0
mailobj.from = "[email protected]"
mailobj.to = "[email protected]"
mailobj.subject = "Prueba"
mailobj.body = "Esta es una prueba"
mailobj.send ' Aqui se cae

set mailobj = Nothing

Alguien sabe como solucionar esto....
Muchas gracias.


Nombre
Apellidos
Correo
Comentarios