Opened 21 years ago
Closed 21 years ago
#1164 closed defect (bug) (fixed)
From address in registration email incorrect
| Reported by: | macshack | Owned by: | ryan |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Administration | Version: | 1.5.1 |
| Severity: | minor | Keywords: | |
| Cc: | Focuses: |
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.
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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