mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-08 23:15:48 +01:00
fixes #6371
This commit is contained in:
@@ -229,7 +229,7 @@ Emailer.sendToEmail = function (template, email, language, params, callback) {
|
||||
to: email,
|
||||
from: meta.config['email:from'] || 'no-reply@' + getHostname(),
|
||||
from_name: meta.config['email:from_name'] || 'NodeBB',
|
||||
subject: results.subject,
|
||||
subject: '[' + meta.config.title + '] ' + results.subject,
|
||||
html: results.html,
|
||||
plaintext: htmlToText.fromString(results.html, {
|
||||
ignoreImage: true,
|
||||
|
||||
Reference in New Issue
Block a user