![borracho](http://static.forosdelweb.com/fdwtheme/images/smilies/borracho.png)
Código PHP:
/***************************************
** These parameters get passed to the
** smtp->send() call.
***************************************/
$send_params['recipients'] = array('[email protected]'); // The recipients (can be multiple), separados por coma.
$send_params['headers'] = array(
'From: "[email protected]" <[email protected]>', // Headers
'To: [email protected]', 'Subject: HAN LLENADO EL FORMULARIO
);
$send_params['from'] = 'mibandeja@midominio.com.mx'; // This is used as in the MAIL FROM: cmd
// It should end up as the Return-Path: header
$send_params['body] = $message; //Message // The body of the email