Changes between Version 3 and Version 4 of Ticket #14888, comment 11
- Timestamp:
- 08/24/2012 02:00:29 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14888, comment 11
v3 v4 9 9 '''The solutuion''' 10 10 A. 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 bla ck 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.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 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. 12 12 C. 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 :). 13 13