From 96646fc4497c95675c109da5bceba1d38c9b0c19 Mon Sep 17 00:00:00 2001 From: "IceHe.xyz" Date: Tue, 12 Jul 2022 11:56:09 +0800 Subject: [PATCH] docs(connector): fix wrong indents in connector-sendgrid-mail (#1515) --- packages/connector-sendgrid-mail/README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/packages/connector-sendgrid-mail/README.md b/packages/connector-sendgrid-mail/README.md index 039e31528..468c0c18a 100644 --- a/packages/connector-sendgrid-mail/README.md +++ b/packages/connector-sendgrid-mail/README.md @@ -35,10 +35,11 @@ Fill out the `apiKey` field with the API Key created in **Create API keys** sect Fill out the `fromEmail` and `fromName` fields with the senders' _From Address_ and _Nickname_. You can find the sender's details on the [_Sender Management_ page](https://mc.sendgrid.com/senders). You can add multiple SendGrid mail connector templates for different cases. Here is an example of adding a single template: - - Fill out the `subject` field, which works as the title of emails. - - Fill out the `content` field with arbitrary string-typed contents. Do not forget to leave the `{{code}}` placeholder for the random passcode. - - Fill out `usageType` field with either `Register`, `SignIn` or `Test` for different use cases. - - Fill out `type` field with either `text/plain` or `text/html` for different types of content. + +- Fill out the `subject` field, which works as the title of emails. +- Fill out the `content` field with arbitrary string-typed contents. Do not forget to leave the `{{code}}` placeholder for the random passcode. +- Fill out `usageType` field with either `Register`, `SignIn` or `Test` for different use cases. +- Fill out `type` field with either `text/plain` or `text/html` for different types of content. Here is an example of Aliyun DM connector config JSON.