export default () => ({ email: { config: { provider: "nodemailer", providerOptions: { host: "mail.harmonychoral.com", port: 465, auth: { user: "admin@harmonychoral.com", pass: "Apslxnap12bn23", }, // ... any custom nodemailer options }, settings: { defaultFrom: "admin@harmonychoral.com", defaultReplyTo: "admin@harmonychoral.com", }, }, }, });