Frequently asked questions
- Can I send my SMS to foreign country ?
- I forgot my SMSBOX password, what can I do?
- I am webmaster and I need to know how to integrate the SMS sending on my website ?
- I want to sell SMS from my website easily, how can I do?
- If I buy a SMS pack from you, will my SMS credits be available immediately ?
- We are a company and we can't pay online by credit card. What are your payment methods available?
- How can I obtain an invoice for my company ?
- I wish to modify my SMSBOX account details. How do I do it?
- There is an expiration date for the SMS sending ?
- What is the difference between an SMS and an SMS Credit ?
- I would like to buy Economique SMS and not Expert SMS ?
- Why the price by unit of Economics SMS does not appear when I buying SMS credits?
- There is a limit of contacts in my Address Book ?
- There is a limit on the number of groups ?
- How many contacts can I add to a group?
- Can I send Bulk SMS text messages in only one request ?
- What is the difference between the status « Message transmitted » and « Message received » in my SMS history ?
- Can I see the message content of a sent SMS ?
- What is the lifespan of stored messages in my history ? Can I delete them ?
- What is the maximum delay of a message receipt ?
- What is the difference between the Economique Mode and the Expert Mode ?
- What is the difference between the API PHP (/api.php) and the API XML (/api.xml) ?
- Where is the documentation to send XML blocks to your API ?
- How can I protect my datas during the API call ?
- I find some \ (backslash) before my characters ' and " in my messages sent through the API, my SMS is truncated or my accents disappear. What can I do ?
- I imported numbers from an XLS file saved in CSV format but they lost their first digit ! Why ?
- Q: Can I send my SMS to foreign country ?A: You can send SMS to 744 operators in 204 countries. We advise you to consult our operators coverage list before sending your sms to your recipient. Also, you have to take into consideration the possible restrictions from some operators or destinations.
- Top

- Q: I forgot my SMSBOX password, what can I do?A: You can click on « Password forgotten ? » just below the identification form.
- Top

- Q: I am webmaster and I need to know how to integrate the SMS sending on my website ?A: Our safe SMS sending API enables you to integrate and custom, easily, our SMS sending solution in your own application.
You can use the SMS sending through e-mail (Mail2SMS) too. - Top

- Q: I want to sell SMS from my website easily, how can I do?A: We provide you a free white label integration solution that you can customise and earn 30% of commission on each order made from it.
- Top

- Q: If I buy a SMS pack from you, will my SMS credits be available immediately ?A: Yes. After your order validation, your SMS credits will be added on your account automatically. However, sometimes one of our payment partners don't synchronise immediatly with our system, in this case you will be credited in few minutes after your purchase.
- Top

- Q: We are a company and we can't pay online by credit card. What are your payment methods available?A: You can purchase by Allopass, Credit card, PayPal, Check, Bank transfer, Money order, Direct Debit, Bank bill, SMS Premium.
- Top

- Q: How can I obtain an invoice for my company ?A: Whatever the payment method selected (Allopass, Credit card, PayPal, Check, Bank transfer, Money order, Direct Debit, Bank bill, SMS Premium), a bill is automatically generated. You will find it, in PDF format, in your Customer Area. You will be able to consult, download and print it at will.
- Top

- Q: I wish to modify my SMSBOX account details. How do I do it?A: Log you into your Customer Area then go to « My account » then « My personal data ».
- Top

- Q: There is an expiration date for the SMS sending ?A: Please consult the article 10 in our General Terms and Conditions of Sale.
- Top

- Q: What is the difference between an SMS and an SMS Credit ?A: The sending of 1 SMS in expert mode costs 1 SMS Credit.
However, in Economique mode, the sending of 1 SMS costs 0.8 SMS credit only. - Top

- Q: I would like to buy Economique SMS and not Expert SMS ?A: When you purchase an SMS pack, you always buy SMS credits.
All the customers can send SMS in economique mode or expert mode alternately. The choice is made before sending the SMS. - Top

- Q: Why the price by unit of Economics SMS does not appear when I buying SMS credits?A: We always display the price per unit for 1 SMS Credit (Inc. VAT).
If you divide the total amount by the economics SMS number, you will obtain the price per unit of 1 economic SMS (inc. VAT). - Top

- Q: There is a limit of contacts in my Address Book ?A: No, there is no limit on the number of contacts.
- Top

- Q: There is a limit on the number of groups ?A: No, there is no limit on the number of groups.
- Top

- Q: How many contacts can I add to a group?A: The group size limit is 10 000 numbers maximum.
If you want to send a long SMS (> 160 characters), you have to limit the size of your group to 5000 numbers maximum. - Top

- Q: Can I send Bulk SMS text messages in only one request ?A: If your Bulk sending contains less than 5000 numbers and your message contains 160 characters maximum, you can send it in one request.
beyond this amount, we advise you to wait a few minutes between your sendings. - Top

- Q: What is the difference between the status « Message transmitted » and « Message received » in my SMS history ?A: The status « Message transmitted » is an intermediate status meaning that the SMS is delivering to your recipient.
The status «Message received » means that the recipient has received your message on his mobile phone. You will find the list of delivery status here. - Top

- Q: Can I see the message content of a sent SMS ?A: You can activate this option from the « Configuration » menu then « Preferences » in your Customer Area allowing you to save sent messages during a period of 2 calendar months. By default this option is not activated for confidentiality reasons. However you can consult your postponed SMS before its sending.
- Top

- Q: What is the lifespan of stored messages in my history ? Can I delete them ?A: The storage lifespan of your messages is currently limited to 2 calendar months. You can delete directly your messages or purge your history from date. Go to « History » in your Customer Area.
- Top

- Q: What is the maximum delay of a message receipt ?A: A single sending is received almost instantaneously.
Regarding the grouped sending, our platform can send more than 900 SMS per minute.
For example, if your group contains about 1000 numbers, your recipients will receive your SMS in 1 minute (if their mobile phones are available during the sending). - Top

- Q: What is the difference between the Economique Mode and the Expert Mode ?A: The Expert Mode enables you to customise your message sender. You can select a name or number which will be deplayed on the recipient mobile phone.
The Economique Mode does not enable you to choose the sender. The origin of the message will be a generic phone number or a shortcode(for example: 20193). - Top

- Q: What is the difference between the API PHP (/api.php) and the API XML (/api.xml) ?A: The difference between the APIs concerns the datas return.
Dont hesitate to consult our documentation. - Top

- Q: Where is the documentation to send XML blocks to your API ?A: Our API cannot receive XML blocks (See previous Question).
- Top

- Q: How can I protect my datas during the API call ?A: Go to the « Safety » chapter into the API documentation.
- Top

- Q: I find some \ (backslash) before my characters ' and " in my messages sent through the API, my SMS is truncated or my accents disappear. What can I do ?A: First of all, verify that you send your request in ISO-8859-15 format and not in UTF-8 for example.
In this case, before sending your message to our API, you have to format it correctly.
In PHP for example we will use :
<?php
/* We retrieve your message from the HTML form via the POST method */
$message = $_POST['message'];
/* We delete the backslashes with the function stripslashes() */
$message = stripslashes($message);
/* We encode your message to send it to the API SMSBOX */
$message = rawurlencode($message);
/* Then you can send he parameters to the API SMSBOX */
?> - Top

- Q: I imported numbers from an XLS file saved in CSV format but they lost their first digit ! Why ?A: If you have a file in XLS format (Microsoft Excel), during the file export into CSV format, if your numbers begin by 06XXXXXXXX, the standard XLS column format delete the 0 inside the CSV.
For your sending to France, Metropolitan each number has to begin by 06XXXXXXX or 336XXXXXXXXX
Tips:
Before the export, transform your numbers column by using the custom format :
- Make a right-click on the first cell of the column.
- Go to Cells format -> "Custom" category
- Enter in the "type" field: 0######### or 33########## then confirm by clicking on OK.
- Make a double-click on the bottom right edge of the cell to duplicate automatically the format to the others cells.
To finish, go to:
-File-> Save as... -> File type "CSV".
Now you can import your CSV file. - Top
















