By fcandia on
Hi..
I had a problem with the emails and decided to install one of drupal-trick to solve this problem: stmp.class-1.0.5, later I added the notification module, and right now is sending the "notifications" without "Subject" . :(
// The recipients (can be multiple)
$send_params['recipients'] = $mail;
// The headers of the mail
$send_params['headers'] = explode("\n", $header ."\nSubject: $subject\nTo: $mail");
// The body of the email
$send_params['body'] = str_replace("\n", "\r\n", $message);
Somebody can help with this script?
Thanks in advanced