http://qs321.pair.com?node_id=11118573


in reply to Sending SMS - is there a way?

If you're wanting to send to a particular number (e.g. your own) many carriers at one point would have an email to SMS gateway so that if you email something like 2125551234@smsgw.cellprovider.com it'll forward the body of the message (or maybe the subject and first n chars of the body, or . . .) to that phone number as a text. Then you'd just need an email module (say Email::Sender) and the correct addresses (which could be more tricky if you're dealing with (say) people on multiple carriers who may have different gateway addresses).

The cake is a lie.
The cake is a lie.
The cake is a lie.

Replies are listed 'Best First'.
Re^2: Sending SMS - is there a way?
by perlfan (Vicar) on Jun 27, 2020 at 06:58 UTC