xream / strapi-provider-email-aliyun-dm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:JavaScript 100.0%