Add RESEND_API_URL configuration option for Resend email provider (#33)

Co-authored-by: takatost <takatost@users.noreply.github.com>
pull/34/head
Benjamin 2024-01-22 01:27:13 +08:00 committed by GitHub
parent 9da0c93a83
commit e7beadfbcd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

View File

@ -325,6 +325,9 @@ Notion integration configuration, variables can be obtained by applying for Noti
* RESEND\_API\_KEY
API-Key for the Resend email provider, can be obtained from API-Key.
* RESEND_API_URL
Resend API endpoint provided by the email provider, the default value is 'https://api.resend.com' when this Key is not configured. Please do not set it as an empty string value when configuring this Key.
#### Third-Party Authorization Settings

View File

@ -321,7 +321,7 @@ Notion 集成配置,变量可通过申请 Notion integration 获取:[https:/
Resend 邮件提供商 API-Key可前往 [API-Key](https://resend.com/api-keys) 获取。
* RESEND\_API\_URL
Resend 邮件提供商 API URL
Resend 邮件提供商提供的 API endpoint不配置此 Key 时默认值为 'https://api.resend.com', 配置上此 Key 请不要设置为空字符串值
#### 第三方授权设置