mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-10-31 19:15:58 +01:00 
			
		
		
		
	implemented emailer for welcome email (though the email confirmation system is horribly broken)
This commit is contained in:
		| @@ -59,8 +59,8 @@ Emailer.send = function(template, uid, params) { | ||||
| 			if (!err) { | ||||
| 				Plugins.fireHook('action:email.send', { | ||||
| 					to: email, | ||||
| 					from: Meta.config['email:from'], | ||||
| 					subject: subject, | ||||
| 					from: Meta.config['email:from'] || 'no-reply@localhost.lan', | ||||
| 					subject: params.subject, | ||||
| 					html: results.html, | ||||
| 					plaintext: results.plaintext | ||||
| 				}); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user