Updated copy for Mailgun error

This commit is contained in:
Peter Zimon 2019-11-18 10:55:05 +01:00
parent 5305e53121
commit e936e04300

View File

@ -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()