how to send the sms from asp.net website.

.NET library for SMPP protocol
Locked
premkumar.s
Posts: 1
Joined: Sat Apr 18, 2015 4:26 am

how to send the sms from asp.net website.

Post by premkumar.s » Sat Apr 18, 2015 5:10 am

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.
alt
Site Admin
Posts: 985
Joined: Tue Apr 25, 2006 9:45 am

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

Post by alt » Mon Apr 20, 2015 9:29 pm

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
Locked