Make WordPress Core

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.

Change History (5)

#1 @macshack
21 years ago

  • PatchNo

#2 @ryan
21 years ago

  • duplicate_id 0980
  • Owner changed from anonymous to rboren
  • Resolution 1060
  • Status newclosed

#3 @macshack
21 years ago

  • Resolution 6030
  • Status closedassigned

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
21 years ago

We don't use CVS anymore.

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

edited on: 03-25-05 00:27

#5 @ryan
21 years ago

  • fixed_in_version1.5.1
  • Resolution 3020
  • Status assignedclosed
Note: See TracTickets for help on using tickets.