Set envelope sender to the same as the From: address when PEAR mail is used. This...
[lhc/web/wiklou.git] / includes / UserMailer.php
index 3fbf114..0a7dc7f 100644 (file)
@@ -159,6 +159,7 @@ class UserMailer {
                        }
 
                        $headers['From'] = $from->toString();
+                       $headers['Return-Path'] = $from->toString();
 
                        if ( $wgEnotifImpersonal ) {
                                $headers['To'] = 'undisclosed-recipients:;';