How to send the same SMS text message to multiple recepients

On this page you can find a brief overview about how you can send the same SMS text message to more than one recipient using one of the various sending methods.

Web GUI

In case of Web GUI you can send SMS text messages to multiple recipients if you enter the recipients separated by a semicolon on Compose a text message form (Figure 1).

separation of phone number
Figure 1 - Separate recipients with semicolon

On Figure 2 you can see that Ozeki NG SMS Gateway has sent out the message to the recipients.

confirming sent message
Figure 2 - Sent messages in Ozeki NG SMS Gateway

Excel Client

With Excel client SMS messages also can be sent to more than one recipients. Recipients are in column A and they need to be separated with semicolons. Column B includes text messages (Figure 3).

sending sms from excel
Figure 3 - Separate recipients with semicolons in Excel sheet

On Figure 4 you can see that the message is sent to the recipients by Ozeki NG SMS Gateway (Figure 4).

sending multiple sms messages
Figure 4 - Sent messages Ozeki NG SMS Gateway

Ozeki SMS client

To send SMS text messages from Ozeki SMS client specify the recipient in To field. In case of multiple recipients you need to separate them with semicolons (Figure 5).

separate recipients with semicolon
Figure 5 - Separate recipients with semicolon

Ozeki NG SMS Gateway has sent out the message to the specified recipients (Figure 6).

sent messages sms gateway
Figure 6 - Sent messages in Ozeki NG SMS Gateway

Database user

In case of Database user you need to specify recipients separated with semicolons in the receiver field to be able to send the message to multiple recipients (Figure 7).

separate recipients with semicolon
Figure 7 - Separate recipients with semicolon

On Figure 8 you can see that Ozeki NG SMS Gateway has sent out the message to the recipients.

sent messages in gateway databse user
Figure 8 - Sent messages in Ozeki NG SMS Gateway

HTTP API

If you use HTTP API to send SMS text messages it is also possible to send the same message to multiple recipient in a way that after recipient= section of the script you enter the recipients separated with semicolons.

http://127.0.0.1:9501/api?action=sendmessage&username=admin&password=abc123
&recipient=06203105366;06301234567&messagetype=SMS:TEXT&messagedata=Hello+World


Here you can see the recipients separated by semicolons:
recipient=06203105366;06301234567

E-mail user

In case of Outlook, messages are sent via a built-in SMTP server. If you would like to send an SMS text message to multiple recipient first you need to specify the recipient in To field and all further recipients need to be specified in Cc field (Figure 9).

copy sms messages to multiple recipients in outlook
Figure 9 - Copy the message to multiple recipients

On Figure 10 you can see that Ozeki NG SMS Gateway has sent out the message to the specified recipients.

sent messages in sms gateway using outlook
Figure 10 - Sent messages in Ozeki NG SMS Gateway

More information