Remove firetext and mmg from inbound SMS options

This commit is contained in:
Ryan Ahearn
2022-12-16 12:21:40 -05:00
parent 579aa0a564
commit 6a04be0370
5 changed files with 53 additions and 357 deletions

View File

@@ -1116,12 +1116,10 @@ class TemplateHistory(TemplateBase):
)
MMG_PROVIDER = "mmg"
FIRETEXT_PROVIDER = "firetext"
SNS_PROVIDER = 'sns'
SES_PROVIDER = 'ses'
SMS_PROVIDERS = [MMG_PROVIDER, FIRETEXT_PROVIDER, SNS_PROVIDER]
SMS_PROVIDERS = [SNS_PROVIDER]
EMAIL_PROVIDERS = [SES_PROVIDER]
PROVIDERS = SMS_PROVIDERS + EMAIL_PROVIDERS