chore(notification): additional ca carriers (#248)

This commit is contained in:
bubba1337
2020-09-23 22:08:38 -04:00
committed by GitHub
parent 676e793ef3
commit 47dab22d57
+6 -1
View File
@@ -74,7 +74,12 @@ const notifications = {
['sprint', 'messaging.sprintpcs.com'],
['telus', 'msg.telus.com'],
['tmobile', 'tmomail.net'],
['verizon', 'vtext.com']
['verizon', 'vtext.com'],
['bell', 'txt.bell.ca'],
['fido', 'fido.ca'],
['rogers', 'pcs.rogers.com'],
['kudo', 'msg.koodomobile.com'],
['virgin', 'vmobile.ca']
]),
carrier: envOrString(process.env.PHONE_CARRIER),
number: envOrString(process.env.PHONE_NUMBER)