Opened 14 years ago
Closed 14 years ago
#14586 closed defect (bug) (fixed)
Eliminate wordpressmu_wp_mail_from()
Reported by: | ryan | Owned by: | |
---|---|---|---|
Milestone: | 3.1 | Priority: | normal |
Severity: | normal | Version: | 3.0.1 |
Component: | Keywords: | ||
Focuses: | Cc: |
Description
This causes the emails WP sends to be from admin_email. This can have delivery problems (which is why we do wordpress@server), exposes the admin email address, and can bust wp_mail_from filters setup by users.
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
(In [15678]) Remove wordpressmu_wp_mail_from(). fixes #14586