Make WordPress Core

Changes between Version 3 and Version 4 of Ticket #14888, comment 11


Ignore:
Timestamp:
08/24/2012 02:00:29 PM (13 years ago)
Author:
basos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #14888, comment 11

    v3 v4  
    99'''The solutuion'''
    1010A. At php mailer do not assume anything about sender i.e. leave it blank by default (to instruct sending SMTP to use it's default envelope). Also apply the fix to not explicitly set return-path sender as it is against the specs.
    11 B. Add a new wp configuration option "System email" i.e. "An email address to be used for bounces. This should be an existing email address at the originating mail server. Leave it black to use the server's default address.". Normally, this would be the webmaster's email (the technical guy). Then, before sending emails, set the PHPMailer's sender explicitly to this address.
     11B. Add a new wp configuration option "System email" i.e. "An email address to be used for bounces. This should be an existing email address at the originating mail server. Leave it blank to use the server's default address.". Normally, this would be the webmaster's email (the technical guy). Then, before sending emails, set the PHPMailer's sender explicitly to this address.
    1212C. Use the existing wp "admin_email" as a from header to all wordpress generated emails. This will be the email that users will see as a sender (and possibly reply to). Normally the blog administrator's email (the social guy :).
    1313