Cita:
Iniciado por Myakire Prueba ingresando desde el HTML el content-type, en mis códigos viejos tengo algunos así:
....
HTML = "<!DOCTYPE HTML PUBLIC ""-//IETF//DTD HTML//EN"">" & NL
HTML = HTML & "<html><head>"
HTML = HTML & "<meta http-equiv=""Content-Type"""
HTML = HTML & "HTML = HTML & ""content=""text/html; charset=iso-8859-1"">"""
HTML = HTML & "<title>Hola Amigos</title>"
HTML = HTML & "</head>"
HTML = HTML & "<body><table width=568 border=0 cellspacing=0 cellpadding=0 align=center><tr><td>¿Que tal?</td></tr></table></body>"
HTML = HTML & "</html>"
objMsg3.Body = HTML
Pero poniendolo asi, ya no me sale en el webmail las <table><tr>.. pero me pone el mensaje en modo texto en el cuerpo del webmail asi:
------------
Fecha: Thu, 28 Apr 2005 23:19:57 +0200
De: <remitente>
Para: <destinatario>
Asunto: Hola
Que tal?
------------
y mi body de los mensajes lleva href con parametros y se ven todos los valores de los parametros...
yo quisiera que ese body se quedara adjunto como en php, asi:
--------------------
Fecha: Thu, 28 Apr 2005 23:19:57 +0200
De: <remitente>
Para: <destinatario>
Asunto: Hola
Parte(s): 1
unnamed text/html 39.81 KB
Y AQUI (cuerpo) NADA
--------------------
el Que tal? estaria dentro del fichero
unmamed con estilos y en html
Como se haria esto?
Ayudame porfo
Gracias