Opened 20 years ago
Closed 20 years ago
#1164 closed defect (bug) (fixed)
From address in registration email incorrect
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | minor | Version: | 1.5.1 |
Component: | Administration | Keywords: | |
Focuses: | Cc: |
Description
The email sent to the user upon registration has the "from" address of the "server" defalut. I would suggest that this email should be "from" the wordpress admin.
Rec: Fis in function wp_mail by adding the following to the "headers" build in the function:
"From: Admin <".get_settings('admin_email').">\n".
The registration script does not supply addition header information, thus the defalut is used resulting in no suppied "from address.
This could also be fix in the registration script.
Change History (5)
Note: See
TracTickets for help on using
tickets.
You are correct in your statement re: duplicate. But that bug has not been fixed, at least not in functions.php:wp_mail in cvs.
If it was address elsewhere, where?
Michael