Skip to content
Snippets Groups Projects
plugins.js 282 B
module.exports = ({ env }) => ({
      email: {
        config: {
          provider: 'sendmail',
          settings: {
            defaultFrom: 'No-Reply <no-reply@ddcode.org>',
            defaultReplyTo: 'No-Reply <no-reply@ddcode.org>',
          },
        },
      },
    });