Basically, when you setup a CF event gateway to use SMS, you basically setup an SMS account for CF to "listen" to. That is to say, it acts just like a cell phone would and it takes an incoming SMS message and then applies your CF code to the contents of the message. All of the things CF does to the message are defined by you in a CFC you assign to that gateway, telling it what to do on certain events.
The pieces you may be missing are access to a an SMS gateway, you will ether need to setup one up or buy access to one from a commercial provider. -- Alan Rother Adobe Certified Advanced ColdFusion MX 7 Developer Manager, Phoenix Cold Fusion User Group, AZCFUG.org ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Download the latest ColdFusion 8 utilities including Report Builder, plug-ins for Eclipse and Dreamweaver updates. http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:293124 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

