Por ejemplo, este es el mensaje que mando en el mail:
Código HTML:
<html> <head> <title>titulo</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <style type="text/css"> <!-- .normal { FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #666633; FONT-FAMILY: Arial, Helvetica, sans-serif } --> </style> </head> <body> <font class="normal"><b>mensaje</b></font> </body> </html>
Código HTML:
<html> <head> <title>titulo</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <style type="text/css"> <!-- normal { FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #666633; FONT-FAMILY: Arial, Helvetica, sans-serif } --> </style> </head> <body> <font class="normal"><b>mensaje</b></font> </body> </html>
Alguien me podra orientar?
Gracias.