Foros del Web » Programando para Internet » PHP »

Enviar un Mail en HTML NEWSLETTER

Estas en el tema de Enviar un Mail en HTML NEWSLETTER en el foro de PHP en Foros del Web. Hola a todos estoy haciendo un newsletter, pero no consigo que el mail me llegue en formato HTML. ME llega el códiggo fuente. Uso lo ...
  #1 (permalink)  
Antiguo 13/09/2002, 05:33
 
Fecha de Ingreso: enero-2002
Ubicación: Barcelona
Mensajes: 279
Antigüedad: 22 años, 3 meses
Puntos: 1
Enviar un Mail en HTML NEWSLETTER

Hola a todos

estoy haciendo un newsletter, pero no consigo que el mail me llegue en formato HTML. ME llega el códiggo fuente.

Uso lo siguiente:

<?

$body="-------------------\n\n".

$body=$body."\n".

"<html><head><title>Firma&l t;/title>\n".
<"meta http-equiv='Content-Type'ext/html; charset=iso-8859-1'></head>\n".
"<body bgcolor=#FFFFFF text=#000000><table border=0 cellpadding=0 cellspacing=0 width=400><tr>\n".
"<tr><td rowspan=2><img name='logofirma_r1_c1' src='mhtml:mid://00000098/!http://www.test.com/ese.gif' width=94 height=134 border=0></td>\n".
"<td><img src='mhtml:mid://00000098/!http://www.ltest.com/firma/spacer.gif' width=37 height=1></td>\n".
"</table></body></html>\n";

$subject="NEWSLETTER PRUEBA";
mail("[email protected]",$subject,$body,&q uot;From: [email protected]");
readfile ("http://www.testt.com/ok.html");

?>


  #2 (permalink)  
Antiguo 13/09/2002, 06:17
 
Fecha de Ingreso: enero-2002
Mensajes: 132
Antigüedad: 22 años, 3 meses
Puntos: 1
Re: Enviar un Mail en HTML NEWSLETTER

Pon eso en lugar de la linea qyue tienes...

mail"[email protected]",$subject,$body,&qu ot;Content-type: text/html; charset='iso-8859-1'\nFrom: [email protected]");


Antigua:
mail("[email protected]",$subject,$body,&q uot;From: [email protected]");

Por Nueva:
mail"[email protected]",$subject,$body,&qu ot;Content-type: text/html; charset='iso-8859-1'\nFrom: [email protected]");


Ojo salen dos barras en \n
;)


Un saludo, esperando ser de ayuda...
COMUN

<a href='ir.asp?http://www.califato.com' target='_blank'>http://www.califato.com...</a>
<a href='ir.asp?http://www.califato.net' target='_blank'>http://www.califato.net...</a>

<center>
<img src="http://membres.lycos.fr/dipro/new/logo.gif" border=0 width="100" height="30">
<a href='ir.asp?http://dipro.califato.com' target='_blank'>http://dipro.califato.com...</a>
</
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 03:07.