Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
prabin_sh #1
multi sms problem
Can somebody help me with this. I want ot send sms message to multiple users.
My codes are as follows.
<cfscript>
msg = structNew();
msg.command = "submitmulti";
msg.destAddresses=arraynew(1);
msg.destAddresses[1] = "12345678";
msg.destAddresses[2] = "22222222";
msg.shortMessage = "Rdm ijdsdxvfe4rh boy";
ret = sendGatewayMessage("SMS Menu App - 5551212", msg);
</cfscript>
sms to single number is works with 'submit' command optioin but 'submitmulti'
is not working.
prabin_sh Guest
-
multi channel video problem
Does anyone have any experience with broadcasting video from multichannel cards? Flash pro 8 seems to only recognize WDM drivers, which is fine, but... -
problem with ppm - looking for MSWin320-x86-multi-thread-5.8
I am using perl with Windows XP and ActiveState Perl. I downloaded finance-yahooquote.zip, unzipped it which gave me a .ppd and .tar.gz file but... -
Implications for a multi lingual, multi curreny e commerce site ??
Hi I'm about to start wotk on a large e commerce site which is to be multi lingual and support multi currencies. The site needs full content... -
Form validation for multi-rows and multi-columns
Hello All, I have a classical ASP form with multi-rows and multi-columns that allows users to enter multiple records at once. How do you check... -
Multi-table search problem
I have a table with a list of government bids in it. I have a second table with the line items for each bid. I have a third table with... -
Tom Jordahl #2
Re: multi sms problem
Note: the event gateway forum is probably the better place to post this
question.
What is the error? Does your SMSC provider support sumitmulti?
--
Tom Jordahl
Macromedia Server Development
"prabin_sh" <webforumsuser@macromedia.com> wrote in message
news:d1jpmj$d4t$1@forums.macromedia.com...users.> Can somebody help me with this. I want ot send sms message to multiple'submitmulti'> My codes are as follows.
>
> <cfscript>
> msg = structNew();
> msg.command = "submitmulti";
>
> msg.destAddresses=arraynew(1);
> msg.destAddresses[1] = "12345678";
> msg.destAddresses[2] = "22222222";
>
> msg.shortMessage = "Rdm ijdsdxvfe4rh boy";
> ret = sendGatewayMessage("SMS Menu App - 5551212", msg);
>
> </cfscript>
>
> sms to single number is works with 'submit' command optioin but> is not working.
>
Tom Jordahl Guest



Reply With Quote

