mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	
							parent
							
								
									be08250902
								
							
						
					
					
						commit
						559cad3c27
					
				| @ -124,7 +124,7 @@ const defaultImport: IImportOption = { | ||||
| const defaultEmail: IEmailOption = { | ||||
|     host: process.env.EMAIL_HOST, | ||||
|     secure: safeBoolean(process.env.EMAIL_SECURE, false), | ||||
|     port: safeNumber(process.env.EMAIL_PORT, 567), | ||||
|     port: safeNumber(process.env.EMAIL_PORT, 587), | ||||
|     sender: process.env.EMAIL_SENDER || 'noreply@unleash-hosted.com', | ||||
|     smtpuser: process.env.EMAIL_USER, | ||||
|     smtppass: process.env.EMAIL_PASSWORD, | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user