
29/07/2009, 15:48
|
| | Fecha de Ingreso: julio-2009
Mensajes: 19
Antigüedad: 15 años, 7 meses Puntos: 0 | |
El archivo de phpmailer-fe tiene 1667 líneas, y esta dividido en includes, constants y functions. Me parece entender que debes elegir sólo las que te interesan, en mi caso ¿Cuales debo usar?
Creo que esta función podría ser:
mail_it (line 1271)
Function to mail the content
void mail_it (string $content, string $subject, string $email, string $realname, string/array $recipient, [mixed $inbound = true])
* string $content
* string $subject
* string $email: (from email)
* string $realname: (from name)
* string/array $recipient: (to)
O sólo hay que configurar el default.config.php y dejar el banlog.php y el phpmailer-fe.php tal como vienen...
Última edición por GatorV; 29/07/2009 a las 21:28 |