mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 08:47:43 +00:00
docs: update mobile carriers
Signed-off-by: Jef LeCompte <jeffreylec@gmail.com>
This commit is contained in:
@@ -132,12 +132,18 @@ Here is a list of variables that you can use to customize your newly copied `.en
|
|||||||
| **Carrier** | **Environment variable** | **Notes** |
|
| **Carrier** | **Environment variable** | **Notes** |
|
||||||
|:---:|:---:|:---:|
|
|:---:|:---:|:---:|
|
||||||
| AT&T | `att`| |
|
| AT&T | `att`| |
|
||||||
|
| Bell | `bell` | |
|
||||||
|
| Fido | `fido` | |
|
||||||
| Google | `google`| |
|
| Google | `google`| |
|
||||||
|
| Koodo | `koodo` | |
|
||||||
| Mint | `mint`| |
|
| Mint | `mint`| |
|
||||||
|
| Rogers | `rogers` | |
|
||||||
| Sprint | `sprint`| |
|
| Sprint | `sprint`| |
|
||||||
| Telus | `telus`| |
|
| Telus | `telus`| |
|
||||||
| T-Mobile | `tmobile`| |
|
| T-Mobile | `tmobile`| |
|
||||||
| Verizon | `verizon`| Works with Visible |
|
| Verizon | `verizon`| Works with Visible |
|
||||||
|
| Virgin | `virgin`| |
|
||||||
|
| Virgin (CA) | `virgin-ca`| |
|
||||||
|
|
||||||
#### Supported countries
|
#### Supported countries
|
||||||
|
|
||||||
|
|||||||
+6
-5
@@ -69,17 +69,18 @@ const notifications = {
|
|||||||
phone: {
|
phone: {
|
||||||
availableCarriers: new Map([
|
availableCarriers: new Map([
|
||||||
['att', 'txt.att.net'],
|
['att', 'txt.att.net'],
|
||||||
|
['bell', 'txt.bell.ca'],
|
||||||
|
['fido', 'fido.ca'],
|
||||||
['google', 'msg.fi.google.com'],
|
['google', 'msg.fi.google.com'],
|
||||||
|
['koodo', 'msg.koodomobile.com'],
|
||||||
['mint', 'mailmymobile.net'],
|
['mint', 'mailmymobile.net'],
|
||||||
|
['rogers', 'pcs.rogers.com'],
|
||||||
['sprint', 'messaging.sprintpcs.com'],
|
['sprint', 'messaging.sprintpcs.com'],
|
||||||
['telus', 'msg.telus.com'],
|
['telus', 'msg.telus.com'],
|
||||||
['tmobile', 'tmomail.net'],
|
['tmobile', 'tmomail.net'],
|
||||||
['verizon', 'vtext.com'],
|
['verizon', 'vtext.com'],
|
||||||
['bell', 'txt.bell.ca'],
|
['virgin', 'vmobl.com'],
|
||||||
['fido', 'fido.ca'],
|
['virgin-ca', 'vmobile.ca']
|
||||||
['rogers', 'pcs.rogers.com'],
|
|
||||||
['kudo', 'msg.koodomobile.com'],
|
|
||||||
['virgin', 'vmobile.ca']
|
|
||||||
]),
|
]),
|
||||||
carrier: envOrString(process.env.PHONE_CARRIER),
|
carrier: envOrString(process.env.PHONE_CARRIER),
|
||||||
number: envOrString(process.env.PHONE_NUMBER)
|
number: envOrString(process.env.PHONE_NUMBER)
|
||||||
|
|||||||
Reference in New Issue
Block a user