Changes between Initial Version and Version 2 of Ticket #37881
- Timestamp:
- 08/30/2016 01:15:06 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #37881
-
Property
Status
changed from
new
toclosed
-
Property
Resolution
changed from
to
duplicate
-
Property
Milestone
changed from
Awaiting Review
to
-
Property
Status
changed from
-
Ticket #37881 – Description
initial v2 61 61 62 62 I've see hints on pluggable: 63 '' /* If we don't have an email from the input headers default to wordpress@$sitename 63 {{{ 64 /* If we don't have an email from the input headers default to wordpress@$sitename 64 65 * Some hosts will block outgoing mail from this address if it doesn't exist but 65 66 * there's no easy alternative. Defaulting to admin_email might appear to be another 66 67 * option but some hosts may refuse to relay mail from an unknown domain. See 67 68 * https://core.trac.wordpress.org/ticket/5007. 68 */'' 69 */ 70 }}}