Skip to main content
Known Participant
January 4, 2010
Question

Text messaging with CF

  • January 4, 2010
  • 1 reply
  • 320 views

Hi everyone and Happy New Year.

I've been exploring sending text messages with ColdFusion.  I currently have a simple system in place in which users submit their cell number and carrier to a database.  When it comes time to send a message, I combine the phone number with the carrier (i.e. 1234567890@vtext.com) and use a regular CFMAIL script to send.  It works, but it seems like when I'm sending bulk messages, the service is spotty (messages are delayed, don't arrive, etc.).  Has anyone found a way to do this that is fairly easy?  I've searched elsewhere, but the articles I've found seem a little too complicated for what I'm trying to do.

Thanks!

    This topic has been closed for replies.

    1 reply

    Inspiring
    January 4, 2010

    straffenp,

    What options have you examined and rejected?

    Some options:

    1. Use CF's built-in SMS support.
    http://help.adobe.com/en_US/ColdFusion/9.0/Developing/WSc3ff6d0ea77859461172e0811cbec22c24-77f6.html

    2. Use a third party service/API such as Zapit SMS. 
    http://www.zapitsms.com/

    Note that I have not used either option on a production server.