3.0.1 • Published 2 months ago

strapi-provider-email-aliyun-dm v3.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
2 months ago

strapi-provider-email-aliyun-dm

Config

./config/plugins.js

change fields marked // change

export default ({ env }) => ({
  email: {
    provider: 'aliyun-dm',
    providerOptions: {
      accessKeyId: '', // change
      accessKeySecret: '', // change
      endpoint: 'https://dm.aliyuncs.com',
      apiVersion: '2015-11-23',
    },
    settings: {
      FromAlias: '', // change
      AccountName: '', // change
      AddressType: 1,
      ReplyToAddress: true,
      ClickTrace: '1',
      TagName: '',
      debug: true, // change
    },
  },
})

Resources