Page 1 of 1
email to sms using PHP
Posted: Fri May 02, 2008 7:01 am
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?
Re: email to sms using PHP
Posted: Fri May 02, 2008 9:01 am
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.