13 lines
202 B
JavaScript
Raw Normal View History

2021-07-20 12:12:30 +02:00
'use strict';
module.exports = {
2021-08-19 16:49:33 +02:00
default: {
provider: 'sendmail',
providerOptions: {},
settings: {
defaultFrom: 'Strapi <no-reply@strapi.io>',
},
},
2021-07-20 12:12:30 +02:00
validator: () => {},
};