mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-28 05:14:12 +03:00
Updated sender email to existing "from-address" (#12044)
refs #12043 - On updating From-address from Members settings in Labs, we send a confirmation email to the updated address with magic link for verification - Previously, no explicit sender email was being set for this so fallback config address was used - This updates the sender address to use the current from address for "from-address" update emails
This commit is contained in:
parent
06c7152f4b
commit
ead073ad68
@ -17,6 +17,7 @@ function createSettingsInstance(config) {
|
||||
logging.warn(message.text);
|
||||
}
|
||||
let msg = Object.assign({
|
||||
from: config.getEmailFromAddress(),
|
||||
subject: 'Update email address',
|
||||
forceTextContent: true
|
||||
}, message);
|
||||
|
Loading…
Reference in New Issue
Block a user