strapi-provider-email-aliyun-dm
v3.0.1
Published
Aliyun dm provider for strapi email plugin
Downloads
7
Readme
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
},
},
})