Hola,
Estoy usando la clase PHPMailer y me da los siguientes errores:
Código PHP:
Ver original[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
// Linea 259
$header[] = $from;
// Linea 271
$header[] = sprintf("Content-Transfer-Encoding: %s\n", $this->$Encoding);
Saludos