Hi , i am a student working on a projetct for a subject at University .
I have to make a simple web application for selling tickets to events thru sms or mms , users can login select an event lets say a conncert , enter their credit card info and buy a ticket.
Then an MMS and SMS message will be sent to their mobile phone , sms with info about the event and MMS with a BAR CODE that will act as the ticket , im not going to need a real SMS or MMS sending , SENDING TO PHONE SIMULATOR on my pc will do.
Then the user will just go to the concert show the barcode on his mobile to the BarCode Reader and hi will be let in the concert.
I can do everything except the sending of the messages. I need to have somekind of mobile simulator or emulator , so when i click BUY on my webApp the simulator will show message received with with the SMS and MMS message.
Can u tell or just guide me , how can i SEND sms threw my WebApp (code behind C#) , whats the C# library or code that does the sending
and how to set up the emulator to get the message.
Thank u in advance