I finally broke down and setup a gateway to Sprint’s text messaging service. I haven’t had much luck using SendNote with my T608. I suspected it was due to the monster sized results page that Sprint spits back when you submit the form at http://messagings.sprintpcs.com.
To fix the problem, I made my own form processing gateway that sends messages on to Sprint and parses the results. The script sends back just a couple lines of text to the SendNote program. My T608 seems to handle that just fine, so SendNote is working for me again.
Against my better judgment, I’ll pass the settings on to anybody who wants them. If everybody started using my gateway, I’m sure my bandwidth will go way up, my availability will go way down, and apgap.com will start experiencing outages. So please, just use this if you have a T608 or if you are having lots of trouble sending Text Notifications using the default SendNote settings.
To use my gateway, select “Configure” from the SendNote menu. Scroll down to “HTTP Server” and change it to “apgap.com". Change “Path” to “/". Change “Document” to “composeconfirm.php".
If you are using version 2.1.0 (or newer) of SendNote, the configuration options have changed slightly. Just put apgap.com/composeconfirm.php in the HTTP Server field.
That’s it. SendNote will now send your messages to the ApGap server which will pass them on to Sprint, parse the results, and give (smaller) results back to the SendNote application. I should also point out, that I could now snoop through all your messages if I were an unscrupulous sort of guy. That’s the downside of using somebody else’s gateway. I suppose I could post all the gory details on how to create your own gateway on your own server, but I won’t do that today.