mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-26 04:13:30 +03:00
Updated copy for Mailgun error
This commit is contained in:
parent
5305e53121
commit
e936e04300
@ -84,7 +84,7 @@ export default Component.extend({
|
|||||||
return yield this.ajax.post(url, options);
|
return yield this.ajax.post(url, options);
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
if (error) {
|
if (error) {
|
||||||
this.set('sendTestEmailError', 'Error sending mail, please check your mailgun config');
|
this.set('sendTestEmailError', 'Error sending mail, please check your Mailgun config in Labs → Members');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}).drop()
|
}).drop()
|
||||||
|
Loading…
Reference in New Issue
Block a user