RESPONDER UNA PREGUNTA

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

    Pregunta:  12914 - CDONTS
Autor:  gerardo
estoy utilisado CDONTS.dll con este codigo

Set objMail = Server.CreateObject("CDONTS.NewMail")
objMail.Body = "Cuerpo del mensaje"
objMail.BodyFormat = 1
objMail.From = "[email protected]"
objMail.Importance = 0
objMail.MailFormat = 1
objMail.Subject="Subject"
objMail.To = "[email protected]"
objMail.AttachFile "d:\DEFAULT.ASP"
objMail.Send ' <- linea 12
Set objMail = nothing

pero me arroja el siguiente error

error '80070003'

The system cannot find the path specified.

mail2.asp, line 12


Nombre
Apellidos
Correo
Comentarios