This commit is contained in:
barisusakli
2015-08-18 15:01:36 -04:00
parent 5b87af4389
commit 7bd98a2516
2 changed files with 8 additions and 0 deletions

View File

@@ -71,6 +71,7 @@ var fs = require('fs'),
Plugins.fireHook('action:email.send', {
to: email,
from: meta.config['email:from'] || 'no-reply@localhost.lan',
from_name: meta.config['email:from_name'] || 'NodeBB',
subject: translated[2],
html: translated[0],
plaintext: translated[1],