10 lines
151 B
JavaScript
Raw Normal View History

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