Updated copy for email sending failure error message

No ref
This commit is contained in:
Sanne de Vries 2023-01-06 19:13:45 +01:00
parent 608d4eb6d2
commit 3046e30802

View File

@ -19,7 +19,7 @@ async function sleep(ms) {
}
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});