chaoraksa Posted February 18, 2009 Share Posted February 18, 2009 Hi all! My purpose is to send multipart sms throw smpp server using PHP( any library ). thanks in advanced Link to comment https://forums.phpfreaks.com/topic/145716-how-to-send-multipart-sms-throw-smpp-server-using-php/ Share on other sites More sharing options...
trq Posted February 18, 2009 Share Posted February 18, 2009 You need to find a provider that will except emails and forward them to sms. Link to comment https://forums.phpfreaks.com/topic/145716-how-to-send-multipart-sms-throw-smpp-server-using-php/#findComment-765061 Share on other sites More sharing options...
chaoraksa Posted February 19, 2009 Author Share Posted February 19, 2009 Yes! do you know some of it or have anycode related. I really need to do. Thanks... Link to comment https://forums.phpfreaks.com/topic/145716-how-to-send-multipart-sms-throw-smpp-server-using-php/#findComment-765725 Share on other sites More sharing options...
corbin Posted February 20, 2009 Share Posted February 20, 2009 http://php.net/mail Or, if you want something more robust than mail(), look into phpmailer. Link to comment https://forums.phpfreaks.com/topic/145716-how-to-send-multipart-sms-throw-smpp-server-using-php/#findComment-767437 Share on other sites More sharing options...
grigarsh Posted August 1, 2009 Share Posted August 1, 2009 You can connect to Web based SMS gateways through HTTP/XML APIs in order to send multipart messages directly. E.g. you can look at the mobipace.com, it provides a couple of APIs, you can use them from PHP as well. Link to comment https://forums.phpfreaks.com/topic/145716-how-to-send-multipart-sms-throw-smpp-server-using-php/#findComment-888201 Share on other sites More sharing options...
gevans Posted August 1, 2009 Share Posted August 1, 2009 http://www.bulksms.co.uk/ That's a site I've been looking at recenetly, as may need to incorporate some sms features into a website. Link to comment https://forums.phpfreaks.com/topic/145716-how-to-send-multipart-sms-throw-smpp-server-using-php/#findComment-888298 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.