Ver Mensaje Individual
  #3 (permalink)  
Antiguo 13/01/2005, 15:52
Avatar de univercity
univercity
 
Fecha de Ingreso: noviembre-2002
Mensajes: 681
Antigüedad: 22 años, 6 meses
Puntos: 0
Este envia con formato Html... y la diferencia esta en esta linea... "BodyFormat" y "mailFormat"

= 0 'Formato html
= 1 'Formato Texto





set mailObj = Server.CreateObject("CDONTS.NewMail")

mailObj.BodyFormat = 0
mailObj.MailFormat = 0

mailObj.From = de
mailObj.To = a
mailObj.Subject = asunto
mailObj.Body = c
mailObj.Body = cuerpo2
mailObj.Send
__________________
"Lo importante es nunca dejar de hacerse preguntas"
Albert Einstein