Resolves the email-to-SMS gateway address for a phone number and carrier.
The number is normalized to digits only (spaces, dashes, parentheses, dots and a leading
+ are removed). The carrier is either a known key from CarrierGateways - whose
SMS or MMS domain is picked by opts.type (default 'sms', falling back to the SMS
domain when no distinct MMS one exists) - or an unrecognized string treated as a raw
gateway domain when it looks like one (contains a .).
Resolves the email-to-SMS gateway address for a phone number and carrier.
The number is normalized to digits only (spaces, dashes, parentheses, dots and a leading
+are removed). The carrier is either a known key from CarrierGateways - whose SMS or MMS domain is picked byopts.type(default'sms', falling back to the SMS domain when no distinct MMS one exists) - or an unrecognized string treated as a raw gateway domain when it looks like one (contains a.).