|
||||
I'm sorry I do not know of such app. I assume that by 'distro' you mean distribution list?!?!?
I know what you mean though, basically you want to create a group of contacts and send a message to the whole group instead of contact by contact right?
__________________
Samsung Epic 4G - LegendaryROM / Samurai kernel
ViewSonic gTablet - Flashback Honeycomb Alpha 10.1 --- Don't forget to Search first! |
|
||||
I did a little google search and found http://www.gpcarreon.com/?p=466... a MortScript script. I haven't tried it so I don't know how capable it is, nor do I know if it works with the Palm Threaded SMS app, but here's the script:
Code:
Choice "SMSGroup" ,"Send Message to" ,"Friends" ,"Foes" ,"BVG" , Case 1 run \Windows\tmail.exe , -service "SMS" -to "0922123456789; 0922987654321" Case 2 run \Windows\tmail.exe , -service "SMS" -to "0918123456789; 0918987654321" Case 3 run \Windows\tmail.exe , -service "SMS" -to "0917123456789; 0917987654321" Case 0 Message "Cancel" Exit EndChoice If you're not familiar with MortScript, there's a great thread over at TreoCentral: http://discussion.treocentral.com/sh...d.php?t=132525 Hope this helps, or at least gets the ball rolling on a way to get your distribution list. |
|
|
|