Update Resend SDK and resend api url in configuration. (#1963)

This commit is contained in:
Benjamin
2024-01-10 18:15:02 +08:00
committed by GitHub
parent 9dee9e7ade
commit 1fe4e3afde
5 changed files with 11 additions and 2 deletions

View File

@@ -219,6 +219,7 @@ class Config:
self.MAIL_TYPE = get_env('MAIL_TYPE')
self.MAIL_DEFAULT_SEND_FROM = get_env('MAIL_DEFAULT_SEND_FROM')
self.RESEND_API_KEY = get_env('RESEND_API_KEY')
self.RESEND_API_URL = get_env('RESEND_API_URL')
# ------------------------
# Workpace Configurations.