Project

General

Profile

« Previous | Next » 

Revision 344

Added by stefan about 18 years ago

Removed "From:" from calls to internal mail function. Ticket 189

View differences:

index.php
96 96
	
97 97
	If you have received this message in error, please delete it immediatly.';
98 98
				// Try sending the email
99
				if($admin->mail('From: '.SERVER_EMAIL,$mail_to,$mail_subject,$mail_message)) { 
99
				if($admin->mail(SERVER_EMAIL,$mail_to,$mail_subject,$mail_message)) { 
100 100
					$message = $MESSAGE['FORGOT_PASS']['PASSWORD_RESET'];
101 101
					$display_form = false;
102 102
				} else {

Also available in: Unified diff