feat: add notification provider SendGrid (#5205)

Co-authored-by: Frank Elsinga <frank@elsinga.de>
This commit is contained in:
sctnightcore
2024-10-18 07:25:23 +07:00
committed by GitHub
parent a20a43b8aa
commit d7ffa33950
6 changed files with 121 additions and 2 deletions

View File

@@ -1051,5 +1051,7 @@
"From":"From",
"Can be found on:": "Can be found on: {0}",
"The phone number of the recipient in E.164 format.": "The phone number of the recipient in E.164 format.",
"Either a text sender ID or a phone number in E.164 format if you want to be able to receive replies.":"Either a text sender ID or a phone number in E.164 format if you want to be able to receive replies."
"Either a text sender ID or a phone number in E.164 format if you want to be able to receive replies.":"Either a text sender ID or a phone number in E.164 format if you want to be able to receive replies.",
"SendGrid API Key": "SendGrid API Key",
"Separate multiple email addresses with commas": "Separate multiple email addresses with commas"
}