From cd001e58f15ef5bc8c96bc0f16b9a7ac5a6b955e Mon Sep 17 00:00:00 2001 From: wangsijie Date: Fri, 20 Sep 2024 10:17:14 +0900 Subject: [PATCH] chore: add changeset --- .changeset/famous-dragons-build.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .changeset/famous-dragons-build.md diff --git a/.changeset/famous-dragons-build.md b/.changeset/famous-dragons-build.md new file mode 100644 index 000000000..f34043fd9 --- /dev/null +++ b/.changeset/famous-dragons-build.md @@ -0,0 +1,7 @@ +--- +"@logto/connector-http-email": minor +--- + +add HTTP email connector + +The HTTP email connector allows you to send emails via HTTP call. To use the HTTP email connector, you'll need to have your own email service that expose an HTTP API for sending emails. Logto will call this API when it needs to send an email. For example, when a user registers, Logto will call the HTTP API to send a verification email.