Let me rephrase: You want to URL encode the whole string:
"+5029384756 +48937928928" as "%2B5029384756+%2B48937928928" and feed that into the "to" parameter of the URL Does anyone have a suggestion/rule for the max number of phone numbers to pass? I'm assuming it probably has something to do with the maximum length of a URL. Nicholas Calugar 619-546-9803 866-404-2428 Chatter 3577 4th Ave. San Diego, CA 92103 www.2chatter.com -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nicholas Calugar Sent: Friday, January 30, 2004 9:45 AM To: 'Nicholas Rahn'; [EMAIL PROTECTED] Subject: RE: Send messages to many recipients So you only URL encode the "+" for the country code? That would make the example from my post: to=%2B5029384756+%2B48937928928 Thanks for the info! Nicholas Calugar 619-546-9803 866-404-2428 Chatter 3577 4th Ave. San Diego, CA 92103 www.2chatter.com -----Original Message----- From: Nicholas Rahn [mailto:[EMAIL PROTECTED] Sent: Friday, January 30, 2004 9:36 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; 'Leonel Daniel' Subject: RE: Send messages to many recipients actually, you want to separate them with a space (' '). to send to international numbers you need to prefix them with '+' and the country code. the '+' should get url encoded into '%2b' if you send it via an HTTP GET to sendsms. nick On Fri, 2004-01-30 at 18:20, Nicholas Calugar wrote: > Separate the mobile numbers by a "+" for the "to" part of the URL. Make > sure to urlencode the "+" as %2B. > > This brings up a question: How do you send to multiple International > recipients, for example, sending to +502 9384756 (Guatamala) and +48 > 937928928 (Poland). > > to=%2B5029384756%2B%2B48937928928 > > Won't this generate an error? > > Nicholas Calugar > 619-546-9803 > 866-404-2428 > > Chatter > 3577 4th Ave. > San Diego, CA 92103 > > www.2chatter.com > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On > Behalf Of Leonel Daniel > Sent: Friday, January 30, 2004 2:41 AM > To: [EMAIL PROTECTED] > Subject: Send messages to many recipients > > Hi, probably this is a very simple problem, I would like to know how do > I > send messages to more than one recipient. Tanks in advance > > Leonel Daniel. > > _________________________________________________________________ > MSN 8 with e-mail virus protection service: 2 months FREE* > http://join.msn.com/?page=features/virus > >
