Does Sms.Send request explicit notification delivery request from the phone company?

markbarrett_1

Member
Licensed User
Longtime User
Hi,

I was looking through the phone bill of an application we have that uses SMS extensively and I noticed the phone company was charging us for explicit SMS notification messages (basically the same number of SMS that were sent out). These are chargable in our part of the world. I'm assuming it must be as I would imagine that is how the event SMSDelivered gets fired off on receipt of that notification back from the phone company?

If my proposition above is true, it is possible to set things up so when I do a sms.send, there is no notification request also sent to the phone company? In this application instance, knowing the SMS success or failure is not helpful and we can save some money on our phone bill.

Cheers.

M
 
Top