0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

Updated send test mail error for mailgun

no issue
This commit is contained in:
Rish 2019-11-15 18:55:32 +05:30
parent a95f8182f8
commit c274b5fc35

View file

@ -84,7 +84,7 @@ export default Component.extend({
return yield this.ajax.post(url, options);
} catch (error) {
if (error) {
this.notifications.showAPIError(error, {key: 'send.previewEmail'});
this.set('sendTestEmailError', 'Error sending mail, please check your mailgun config');
}
}
}).drop()