-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(email): sync templates/SendGrid provider eu domain/Email provider…
…s missing config fields error handling/GetExternalTemplates error handling (#1146) * fix(email): soft syncing external templates * fix(email): external templates pagination fallback * chore(email): remove redundant config field * feat(email): sendgrid provider set region host * fix(email): provider connection error handling before data handling * fix(email): provider config missing fields checks * fix(email): soft syncing external templates * fix(email): external templates pagination fallback * chore(email): remove redundant config field * feat(email): sendgrid provider set region host * fix(email): provider connection error handling before data handling * fix(email): provider config missing fields checks * fix(email): delete deprecated apiUser field on preConfig
- Loading branch information
Showing
6 changed files
with
42 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
modules/email/src/email-provider/transports/sendgrid/sendgrid.config.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
export interface SendGridConfig { | ||
apiKey: string; | ||
residency: string; | ||
} |