How to send SMS from ASP.NET application by way of

2019-04-11 01:44发布

问题:

If GSM modem has to be used to send SMS, then what are the hardware and software requirements to setup the entire thing?

回答1:

You need a GSM modem (mobile handset or similar) attached to the server.

Typically, SMS can be sent by using AT commands on the serial interface of the GSM hardware.

See this tutorial for an example.



回答2:

This library offers a simple interface to send SMSs though a Gsm Modem



标签: asp.net sms gsm