Pierre Noël aea700efc3 add default settings to plugin email
Signed-off-by: Pierre Noël <petersg83@gmail.com>
2020-05-15 19:22:57 +02:00

8 lines
136 B
JavaScript

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