Send SMS directly from mobile numbers without any masking. Perfect for personal communication and business notifications.
Send SMS directly from mobile numbers
Non-masking SMS allows you to send text messages directly from a mobile number without any brand name or masking. This service is ideal for:
Send messages to friends, family, and personal contacts
Send order confirmations, appointment reminders
Important alerts and emergency notifications
Send messages to large groups at once
Create your ICOMBD account
Deposit funds to your account
Use dashboard or API to send SMS
| Feature | Details |
|---|---|
| Price per SMS | 0.29 TK (Paise) |
| MNP Charge | Additional charge per SMS for MNP numbers |
| Dedicated Number | Available for high-volume users |
| Delivery Report | Real-time delivery status |
| API Access | Free API integration |
| Character Limit | 160 characters per SMS (Unicode: 70 chars) |
| Delivery Time | Instant delivery (2-5 seconds) |
Phone: 01815598044
Email: info@icomdb.com
Live Chat: Available on website
for 5,000 SMS
for 30,000 SMS
for 150,000 SMS
Contact us for custom pricing based on your specific requirements
Contact SalesOur REST API makes it easy to integrate SMS sending capability into your existing systems.
// Send SMS using ICOMBD API
$apiKey = 'YOUR_API_KEY';
$apiUrl = 'https://api.icomdb.com/v1/sms/send';
$data = [
'api_key' => $apiKey,
'to' => '88017XXXXXXXX',
'message' => 'Your OTP is 123456',
'sender' => 'NonMask'
];
$ch = curl_init($apiUrl);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_POST, true);
curl_setopt($ch, CURLOPT_POSTFIELDS, json_encode($data));
curl_setopt($ch, CURLOPT_HTTPHEADER, [
'Content-Type: application/json'
]);
$response = curl_exec($ch);
curl_close($ch);
$result = json_decode($response, true);
Join thousands of businesses using ICOMBD Non-masking SMS service