Ver Mensaje Individual
  #1 (permalink)  
Antiguo 21/04/2005, 05:33
Avatar de Tk421
Tk421
 
Fecha de Ingreso: agosto-2001
Ubicación: Australia
Mensajes: 384
Antigüedad: 22 años, 7 meses
Puntos: 0
unespected T_VARIABLE

Hola,

estoy teniendo el error "Unespected T_VARIABLE" cuando intento ponerle el body del email

Código PHP:
             $m= new Mail// create the mail
            
$m->Content_type("text/html");
            
$m->From("[email protected]");
            
$m->To($registro7["email_novio_1"]);
            
$m->Cc($registro7["email_novio_2"]);

            
$m->Subject($asunto);

            
$m->Body($mail_renovacion);        // set the body
            
$m->Priority(1) ;        // set the priority to Low

            
$m->Send();        // send the mail 
donde $mail_renovacion sale de aqui
Código PHP:

include ("plantillas_correo/mailrenovacion.php");

$mail_renovacion=$contenido
y plantillas_correo/mailrenovacion.php

es tal que

Código PHP:

$contenido
=<<<EOFSTRING
Mucho codigo html
EOFSTRING; 


¿alguien sabe que esta mal?

1 saludo y gracias
__________________
Tk421
Configuration management for Linux