mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-09 15:35:47 +01:00
closes #3427
This commit is contained in:
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user