mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 11:55:03 +03:00
Updated copy for email sending failure error message
No ref
This commit is contained in:
parent
608d4eb6d2
commit
3046e30802
@ -19,7 +19,7 @@ async function sleep(ms) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const messages = {
|
const messages = {
|
||||||
error: 'The email service received an error from mailgun and was unable to send.'
|
error: 'Your test email failed to send. Please try again.'
|
||||||
};
|
};
|
||||||
|
|
||||||
const mailgunClient = new MailgunClient({config: configService, settings: settingsCache});
|
const mailgunClient = new MailgunClient({config: configService, settings: settingsCache});
|
||||||
|
Loading…
Reference in New Issue
Block a user