Index: simplenews.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/simplenews/simplenews.module,v retrieving revision 1.48.2.47 diff -u -p -r1.48.2.47 simplenews.module --- simplenews.module 14 Jul 2008 18:53:35 -0000 1.48.2.47 +++ simplenews.module 17 Jul 2008 08:09:40 -0000 @@ -1324,7 +1324,7 @@ function simplenews_mail_send($mail) { $from = isset($mail->from_name) ? '"'. mime_header_encode(addslashes($mail->from_name)).'" <'. $from_email .'>' : $from_email; $headers = array( - //'From' => $from, + 'From' => $from, 'Reply-To' => $from_email, 'X-Mailer' => 'Drupal', 'Return-Path' => $from_email,