Skip to content

Commit

Permalink
feat(sms): add US Cellular (#1874)
Browse files Browse the repository at this point in the history
  • Loading branch information
jnines committed Feb 5, 2021
1 parent 2572c8a commit 4455e4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/reference/notification.md
Expand Up @@ -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`|
Expand Down
1 change: 1 addition & 0 deletions src/config.ts
Expand Up @@ -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'],
Expand Down

0 comments on commit 4455e4e

Please sign in to comment.