0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-23 20:33:16 -05:00
logto/packages/connector-aliyun-dm/docs/config-template.md
Darcy Ye 54b62094c8
feat(core): wrap aliyun direct mail connector (#660)
* feat(core): wrap aliyun direct mail connector

* feat(core): remove copyfiles and reorganize files
2022-04-26 19:32:41 +08:00

598 B

{
  "accessKeyId": "<access-key-id>",
  "accessKeySecret": "<access-key-secret>",
  "accountName": "<verified-account-name>",
  "fromAlias": "<connector-alias>",
  "templates": [
    {
      "usageType": "SIGN_IN",
      "subject": "<sign-in-template-subject>",
      "content": "<sign-in-template-content>"
    },
    {
      "usageType": "REGISTER",
      "subject": "<register-template-subject>",
      "content": "<register-template-content>"
    },
    {
      "usageType": "TEST",
      "subject": "<test-template-subject>",
      "content": "<test-template-content>"
    }
  ]
}