/ backend / src / bootstrap / email-notifications.ts
email-notifications.ts
1  export default async ({ strapi }) => {
2    await strapi.service("api::email.email").loadContentFiles();
3  };