send free SMS from C# + ASP.NET

前端 未结 5 2041
不思量自难忘°
不思量自难忘° 2021-02-10 00:09

I want to use any free SMS service to send the SMS (free) from my application. I am developing the application in C# + asp.net. How can I do the code for that.

5条回答
  •  你的背包
    2021-02-10 00:41

    Most mobile/cell providers provide a free email to SMS gateway so if you know the phone number's service provider and you're only catering to a select market (e.g. UK only) then that may be an option.

    See SMS from web application for more details or try https://stackoverflow.com/questions/tagged/c%23%20sms

提交回复
热议问题