feat(sms): add US Cellular (#1874)

This commit is contained in:
Jason
2021-02-04 18:47:09 -06:00
committed by GitHub
parent 2572c8af80
commit 4455e4ed8d
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -73,6 +73,7 @@ Default provider is Gmail. If you use a different email provider, you must provi
| Sprint | `sprint`|
| Telus | `telus`|
| T-Mobile | `tmobile`|
| USCC | `uscc`|
| Verizon | `verizon`|
| Virgin | `virgin`|
| Virgin (CA) | `virgin-ca`|
+1
View File
@@ -278,6 +278,7 @@ const notifications = {
['sprint', 'messaging.sprintpcs.com'],
['telus', 'msg.telus.com'],
['tmobile', 'tmomail.net'],
['uscc', 'mms.uscc.net'],
['verizon', 'vtext.com'],
['virgin', 'vmobl.com'],
['virgin-ca', 'vmobile.ca'],