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:

forgot_form.php
89 89

  
90 90
If you have received this message in error, please delete it immediatly.';
91 91
				// Try sending the email
92
				if($wb->mail('From: '.SERVER_EMAIL,$mail_to,$mail_subject,$mail_message)) { 
92
				if($wb->mail(SERVER_EMAIL,$mail_to,$mail_subject,$mail_message)) { 
93 93
					$message = $MESSAGE['FORGOT_PASS']['PASSWORD_RESET'];
94 94
					$display_form = false;
95 95
				} else {

Also available in: Unified diff