Page 1 of 1

how to send the sms from asp.net website.

Posted: Sat Apr 18, 2015 5:10 am
by premkumar.s
Hi,
Can any one say, how to send the sms from asp.net website. The website may run on either system or mobile. I'm completely new to SMPP. please help me.

Thank you.

Re: how to send the sms from asp.net website.

Posted: Mon Apr 20, 2015 9:29 pm
by alt
Hi

I would save message from asp.net application into database. Another process, that uses SmppClient, reads new messages from database and sends to SMSC.

Regards,
Alexey