8 lines
136 B
JavaScript
Raw Normal View History

module.exports = {
provider: 'sendmail',
providerOptions: {},
settings: {
defaultFrom: 'Strapi <no-reply@strapi.io>',
},
};