Make WordPress Core

Opened 20 years ago

Closed 20 years ago

#1164 closed defect (bug) (fixed)

From address in registration email incorrect

Reported by: macshack's profile macshack Owned by: ryan's profile ryan
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)

#1 @macshack
20 years ago

  • Patch set to No

#2 @ryan
20 years ago

  • duplicate_id changed from 0 to 980
  • Owner changed from anonymous to rboren
  • Resolution changed from 10 to 60
  • Status changed from new to closed

#3 @macshack
20 years ago

  • Resolution changed from 60 to 30
  • Status changed from closed to assigned

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

#4 @ryan
20 years ago

We don't use CVS anymore.

http://trac.wordpress.org/changeset/2415

edited on: 03-25-05 00:27

#5 @ryan
20 years ago

  • fixed_in_version set to 1.5.1
  • Resolution changed from 30 to 20
  • Status changed from assigned to closed
Note: See TracTickets for help on using tickets.