Guest
2010-07-11T17:39:19Z
Hi there,
I am using the php sdk to create our own interface for sending and receiving SMS. I have multiple users so I intend to create our own user management system. However, I am not sure how to distinguish which user the incoming message belongs to?

As I understood, the fields posted to my server script are: from, text, msgid, sent, networkcode. Is there anyway I can tell which user this message is intended to? Thanks a lot.
Support
2010-07-11T19:23:58Z
When you submit a message to our gateway you are able to supply a user context. The user context is your generated identifier for tracking the reply messages, max length 100 characters. For example, you could use the user context to identify the user on your system.

When sending a message you can submit the user context in the following ways:
.Net Component - use SendMsgWithUserContext method
COM Component - use SendMsgWithUserContext method
HTTP Interface - add 'usercontext' POST/GET parameter

When a user replies to your message we will provide a 'usercontext' POST parameter when we forward the message via HTTP to your server.
Guest
2010-07-16T17:32:11Z
Thanks a lot for the answer. I had a talk with the technical support, I was given the unbranded website for subaccount users to login. I am wondering how I can customise the banner of the unbranded site?

Thank you very much.
Support
2010-07-19T11:29:37Z
It is possible to rebrand the banner on the website. The image is used as a TABLE background. The actual visible area is 748 x 60. Any browser supported format is OK. As the image is used a table background, if you make the image larger that 748 x 60 it will be cropped (e.g. right and/or bottom edges will be lost).

Please send an email to support@intellisoftware.co.uk to have customisation applied.