Add RESEND_API_URL configuration option for Resend email provider (#33)
Co-authored-by: takatost <takatost@users.noreply.github.com>pull/34/head
parent
9da0c93a83
commit
e7beadfbcd
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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 请不要设置为空字符串值。
|
||||
|
||||
#### 第三方授权设置
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue