mirror of
https://github.com/strapi/strapi.git
synced 2025-07-18 22:45:47 +00:00
10 lines
151 B
JavaScript
10 lines
151 B
JavaScript
'use strict';
|
|
|
|
module.exports = {
|
|
provider: 'sendmail',
|
|
providerOptions: {},
|
|
settings: {
|
|
defaultFrom: 'Strapi <no-reply@strapi.io>',
|
|
},
|
|
};
|