mirror of
				https://git.code.sf.net/p/seeddms/code
				synced 2025-10-31 13:18:06 +00:00 
			
		
		
		
	fix missing email headers when sending passwort forgotten mail
Closes Bug #81
This commit is contained in:
		
							parent
							
								
									d77bab38bc
								
							
						
					
					
						commit
						ec047b53da
					
				|  | @ -91,7 +91,7 @@ class SeedDMS_Email extends SeedDMS_Notify { | |||
| 		$headers[] = "Reply-To: ". $settings->_smtpSendFrom; | ||||
| 
 | ||||
| 		$subject = "=?UTF-8?B?".base64_encode($this->replaceMarker($subject))."?="; | ||||
| 		return (mail($recipient->getEmail(), $subject, $this->replaceMarker($message), implode("\r\n", $header)) ? 0 : -1); | ||||
| 		return (mail($recipient->getEmail(), $subject, $this->replaceMarker($message), implode("\r\n", $headers)) ? 0 : -1); | ||||
| 	} /* }}} */ | ||||
| } | ||||
| ?>
 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Uwe Steinmann
						Uwe Steinmann