Guest
2010-02-12T14:32:56Z
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
2010-02-12T15:41:04Z
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
2010-02-12T16:13:07Z
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
2010-02-12T16:18:26Z
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.