Guest
15 years ago
If a user sends a SMS and receives a messageID, although this means the message is successfully sent it may return a non delivery report. Currently this reports goes back to an account - is there a way to do this via the .Net addin?
Support
15 years ago
It is not possible to receive reports through the .Net Component.

However you can receive reports by a HTTP POST to your server.

Please link below for details:
http://www.intellisoftware.co.uk/sms-gateway/http-interface/msgstatusrpt/ 
Guest
15 years ago
Support wrote:

It is not possible to receive reports through the .Net Component.

However you can receive reports by a HTTP POST to your server.

Please link below for details:
http://www.intellisoftware.co.uk/sms-gateway/http-interface/msgstatusrpt/ 



I currently have our account configured to receive failed reports to a particluar email address but we prefer to have the facility to send the failed error report back to the user who originated the text. If i set up our account to receive this report - 1. What is needed to be done on the server 2. How would the error report be passed back to the originating user?
Support
15 years ago
You will have to create a special web page to accept the request from our server.

The script on your page will then need to generate the report to the user in the format that you require.