docs: update mobile carriers

Signed-off-by: Jef LeCompte <jeffreylec@gmail.com>
This commit is contained in:
Jef LeCompte
2020-09-23 22:13:39 -04:00
parent 47dab22d57
commit 02ea40b6b2
2 changed files with 12 additions and 5 deletions
+6 -5
View File
@@ -69,17 +69,18 @@ const notifications = {
phone: {
availableCarriers: new Map([
['att', 'txt.att.net'],
['bell', 'txt.bell.ca'],
['fido', 'fido.ca'],
['google', 'msg.fi.google.com'],
['koodo', 'msg.koodomobile.com'],
['mint', 'mailmymobile.net'],
['rogers', 'pcs.rogers.com'],
['sprint', 'messaging.sprintpcs.com'],
['telus', 'msg.telus.com'],
['tmobile', 'tmomail.net'],
['verizon', 'vtext.com'],
['bell', 'txt.bell.ca'],
['fido', 'fido.ca'],
['rogers', 'pcs.rogers.com'],
['kudo', 'msg.koodomobile.com'],
['virgin', 'vmobile.ca']
['virgin', 'vmobl.com'],
['virgin-ca', 'vmobile.ca']
]),
carrier: envOrString(process.env.PHONE_CARRIER),
number: envOrString(process.env.PHONE_NUMBER)