mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 09:57:38 +00:00
feat(notification): add telus sms
Signed-off-by: Jef LeCompte <jeffreylec@gmail.com>
This commit is contained in:
+5
-4
@@ -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 ?? ''
|
||||
|
||||
Reference in New Issue
Block a user