send free SMS from C# + ASP.NET

前端 未结 5 2127
不思量自难忘°
不思量自难忘° 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:28

    It depends where you are based. SMS is likely to be a country specific thing, and thus an telco provided thing, and ultimately they're not likely to be free as the telecos make tonnes of cash from SMS. Even if you find a free service (there seems to be a lot in Western Europe) you contend with the service provider not providing an API or if you resort to screen scraping it will likely be against the sites' usage policies.

提交回复
热议问题