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'],