https://bugzilla.wikimedia.org/show_bug.cgi?id=37155

       Web browser: ---
             Bug #: 37155
           Summary: Sending email via Gmail bug (and solution):
                    includes/UserMailer.php
           Product: MediaWiki
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Email
        AssignedTo: [email protected]
        ReportedBy: [email protected]
    Classification: Unclassified
   Mobile Platform: ---


I spend a lot of hours while trying to see why my MediaWiki installation is not
able to send email via Gmail. I am using 1.18. However, the source of the
problem (at least, the source which I detected) didn't change inside of the
latest revision.

In short, I replaced:
$headers['Return-Path'] = $from->toString();

($headers['Return-Path'] = $from->address; in current version);

with:
$headers['Reply-To'] = $from->toString();

-- and sending emails via Gmail is working now for me.

Please, check if it's still an issue.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to