From 4455e4ed8df84a37fa16fdc58d130c11a997f9b5 Mon Sep 17 00:00:00 2001 From: Jason <51514842+jnines@users.noreply.github.com> Date: Thu, 4 Feb 2021 18:47:09 -0600 Subject: [PATCH] feat(sms): add US Cellular (#1874) --- docs/reference/notification.md | 1 + src/config.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/reference/notification.md b/docs/reference/notification.md index 93b2886..9b96416 100644 --- a/docs/reference/notification.md +++ b/docs/reference/notification.md @@ -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`| diff --git a/src/config.ts b/src/config.ts index 48c0fb1..025ad57 100644 --- a/src/config.ts +++ b/src/config.ts @@ -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'],