Similar questions have been asked a few times, but I was unable to find the answer I needed in those other questions, so here goes.

I am looking into integrating MMS messaging into a website and I seem to be hitting a wall when it comes to which provider to use. SMS only gateways seem to be prevalent, but MMS gateways with a useful APIs looks to be a different story.

Specifically I need the following:

  • A good PHP based API -OR- a navigable HTTP Post structure so I can CURL to them
  • Ability to both send and receive MMS messages through the gateway
  • Direct URL callbacks so that my server can be updated in real time instead of polling for updates
  • Global reach (I know this one is tenuous at best but I need as many providers in as many countries as possible)
  • Cost, while not a HUGE factor is important in testing.. I need to be able to trial the system to be sure it works. I would like this to be under a few hundred bucks.

So far I have looked into:

  • OpenMarket - no URL callbacks that I could find
  • GlobalSMS - they aren't even able to successfully send an SMS to my iPhone in the US, so I'm not trusting them with my global MMS FAIL
  • Clickatell - They require a $1,700 US short code (which takes 2-3 months to set up) in order to even test their system against a US phone. FAIL
  • Mogreet.com - US only mobile messaging, though looks like an easy integration for the US market

Any insight or further advise would be very helpful. We are also looking into Mbuni and NowSMS to send them directly through a GPRS modem on our servers, but I have a feeling the gateway will be the way we have to go in the end.

Thanks in advance for any help you can give, I'm relatively new to mobile messaging integrations, so some good advise here is welcome!

link|improve this question

Have you tried clickatell.com ? – Fanis Sep 27 '10 at 19:04
@Fanis - I had actually looked at clickatell (they have a nice looking set of APIs). Please correct me if I am wrong though, but it looks like they only offer SMS messaging and not MMS. Because of that I didn't dig any further into their URL callbacks or any of my other requirements. – shanee Sep 27 '10 at 19:37
They mention it in their specs but I have no first hand experience with it. clickatell.com/downloads/http/Clickatell_HTTP.pdf – Fanis Sep 27 '10 at 20:40
@Fanis - Thanks for that--don't know what I was looking at, but the PDF docs I had were only about 5 pages and didn't mention any of that. It looks like this one may be a keeper--I am going to try them out today and will report back here and let you know. – shanee Sep 28 '10 at 12:51
@Fanis - Well, as great as clickatell.com looks I'm afraid this isn't going to work--they DO meet my requirements, but in order to even test SMS messaging to a US phone number they require you to buy a $1,700 US short code. I can't ask my boss to do that just to test messaging on a device. Fanis please post a response here so I can give you a vote up, but I am going to have to keep looking. Anyone else have any other options? Testing doesn't have to be FREE but I can't pay $1,700 just to try it out. – shanee Sep 28 '10 at 15:59
show 7 more comments
feedback

5 Answers

up vote 2 down vote accepted
+50

separate response per poster's request

I'm surprised that Clickatel have a shortcode purchase requirement just for testing, but it could well be the case if they did have 10 free smses for those purposes. They are probably guiding you towards a shortcode purchase because you also want to receive MMS/SMS. You need one in each country you want to receive SMS/MMS in. I'm going to ask about this a bit more tomorrow at the office as I know we use their services but purely for bulk SMS, not MMS.

On a sidenote, you can also look at mblox who are pretty big globally. TeliaSonera are a big player too.

In any case, as you've noticed yourself, MMS solutions are less prevalent than SMS ones. That's because its usage is much lower and is trickier to properly implement. Not to mention that successful delivery can depend on handset capabilities.

This may not suit your requirements fully, but if you're going for delivery of pictures/ringtones/etc via MMS, what about sending a custom web link in a simple SMS for them to download over their mobile internet connection? At the very least it will be simpler to setup and make succesful delivery tracking easier since it's HTTP. This ofcourse assumes the end user will have an internet connection, and that data charges will be cheaper than MMS reception. It also doesn't fulfill your requirement of receiving MMS.

link|improve this answer
feedback

I looked at more than a dozen providers and a lot of them say that MMS isn't supported by many networks, so they send "WAP links" instead. Here's a few that will handle MMS in one way or another:

http://www.eztexting.com/marketing-features/wap-link.html

http://www.celltrust.com/support/CellTrust-Support-SMS-Gateway.html

http://www.redcoal.com/sms-api-gateway-mms.aspx

http://www.ipipi.com/

link|improve this answer
feedback

I would look into OpenMarket/MX Telecom. I know OpenMarket does MMS and recently acquired MX Telecom (Global connection). They offer an integration guide which should be enough to write your own api to interface with their platform as well as a developers account for testing before going into a live production.

link|improve this answer
feedback

Just as a note. I've been working with mBlox and as of the date of this post 3/23/2011, they only support US MMS from Verizon. All other carriers (AT&T, Sprint etc cannot send MMS's through mBlox).

link|improve this answer
feedback

TxtImpact offer full MMS support..sending and receiving with all major tier1 carriers.

http://www.txtimpact.com/mms-messaging.asp

--SAM

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.