feat(notification): add telus sms

Signed-off-by: Jef LeCompte <jeffreylec@gmail.com>
This commit is contained in:
Jef LeCompte
2020-09-19 13:07:53 -04:00
parent dcda82bd98
commit 6be74a19f3
2 changed files with 18 additions and 7 deletions
+5 -4
View File
@@ -10,11 +10,12 @@ const notifications = {
},
phone: {
availableCarriers: new Map([
['sprint', 'messaging.sprintpcs.com'],
['verizon', 'vtext.com'],
['tmobile', 'tmomail.net'],
['att', 'txt.att.net'],
['google', 'msg.fi.google.com']
['google', 'msg.fi.google.com'],
['sprint', 'messaging.sprintpcs.com'],
['telus', 'msg.telus.com'],
['tmobile', 'tmomail.net'],
['verizon', 'vtext.com']
]),
carrier: process.env.PHONE_CARRIER ?? '',
number: process.env.PHONE_NUMBER ?? ''