Ver Mensaje Individual
  #1 (permalink)  
Antiguo 04/09/2011, 19:02
opzina
 
Fecha de Ingreso: marzo-2008
Mensajes: 1.020
Antigüedad: 16 años, 1 mes
Puntos: 21
PHPMailer errores

Hola,

Estoy usando la clase PHPMailer y me da los siguientes errores:

Código PHP:
Ver original
  1. [B]Notice[/B] (8): Undefined variable: from [[B]APP/vendors/phpmailer/phpmailer.inc.php[/B], line [B]259[/B]][B]Notice[/B] (8): Undefined variable: Encoding [[B]APP/vendors/phpmailer/phpmailer.inc.php[/B], line [B]271[/B]] Fatal error: Cannot access empty property in /var/www/veni-cake/app/vendors/phpmailer/phpmailer.inc.php on line 271
  2.  
  3. // Linea 259
  4. $header[] = $from;
  5.  
  6. // Linea 271
  7. $header[] = sprintf("Content-Transfer-Encoding: %s\n", $this->$Encoding);

Saludos
__________________
_