fix(#9252): pass site domain to nodemailer (#9254)

v1.18.x
Peter Jaszkowiak 4 years ago committed by GitHub
parent 4939837d5b
commit 5e5d37c38f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -118,6 +118,7 @@ Emailer.setupFallbackTransport = (config) => {
// Enable SMTP transport if enabled in ACP
if (parseInt(config['email:smtpTransport:enabled'], 10) === 1) {
const smtpOptions = {
name: getHostname(),
pool: config['email:smtpTransport:pool'],
};

Loading…
Cancel
Save