Forum Moderators: phranque

Message Too Old, No Replies

Sending a text from my server

         

csdude55

12:53 am on Sep 22, 2018 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



I've been trying to figure this out for close to a year now, and haven't made any headway so I'm hoping you guys can help with some suggestions.

I regularly get texts from places like Walgreens or my bank, letting me know when something is ready. There's an opt-in in the beginning, and after that they just send a brief text when appropriate.

I want to set up something like that on my end. I have a virtual server with Softlayer, running CentOS 6.x (although I know I'll have to update to 7.x within the next year). Since there doesn't seem to be any way to push a notification to their phone from a website, my second choice is to set it up so that when a user gets a Private Message, the server will send them a text alert.

Can you guys suggest any way to set this up? I mostly load pages in PHP and jQuery, and process form submissions in Perl, but I can work with pretty much anything.

phranque

1:02 am on Sep 22, 2018 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



you need to look for SMS gateways.

the simplest solution is to send a text-only email to the recipient carrier's sms gateway domain, assuming you can determine the carrier for each recipient number.

keyplyr

1:04 am on Sep 22, 2018 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Well there's SMS Gateway Servers you can use. Maybe examine how that works and see if you can do it on CentOS.

Ah... looks like phranque and I were typing at the same time :)