mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
chore: add changeset
This commit is contained in:
parent
f425ee5385
commit
cd001e58f1
1 changed files with 7 additions and 0 deletions
7
.changeset/famous-dragons-build.md
Normal file
7
.changeset/famous-dragons-build.md
Normal file
|
@ -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.
|
Loading…
Reference in a new issue