email to sms using PHP

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
tabariz
Forum Newbie
Posts: 4
Joined: Thu Apr 24, 2008 5:47 am

email to sms using PHP

Post by tabariz »

hello everybody
did any one come across a free web service that receives the php function mail(...) and converts them into an sms and send this email as an sms using an sms gateway?
User avatar
highjo
Forum Contributor
Posts: 118
Joined: Tue Oct 24, 2006 1:07 pm

Re: email to sms using PHP

Post by highjo »

hey !honestly i don't know.I'm developing a similar application in php that sends sms from web page through html textarea.after many researches i can tell you that sms gateways have different API (with different protocols.Even though they all try to have SMTP most of the time it is HTTP,SMPP or FTP)then you must write down couple of functions or class (if you are OPP fan).but basically you have to write it yourself.If you give your scenario or your architecture may be a lot of people. can help you here.
Post Reply