Jamie Howard a9552a70bf
[Email] Migrate to typescript (#18136)
Co-authored-by: Josh <37798644+joshuaellis@users.noreply.github.com>
2023-10-12 17:10:45 +01:00

13 lines
247 B
TypeScript

import type { StrapiConfig } from './types';
export const config: StrapiConfig = {
default: {
provider: 'sendmail',
providerOptions: {},
settings: {
defaultFrom: 'Strapi <no-reply@strapi.io>',
},
},
validator() {},
};