本文介绍了为手机号码编写短信功能的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我必须编写一个函数,以便它可以将短信发送到手机号码.以便可以在我的网页中的任何地方调用它

i have to write a function so that it can send sms to mobile number.so that it can be called any where needed in my web page

推荐答案

因此,您需要一个第三方支持.

请检查那里提供的讨论链接,以了解有关实现的更多信息.

如果您想这样做,请遵循以下文章,它们将为您提供帮助.
1. 使用ASP.NET 2.0的简易SMTP邮件 [^ ].
2. 发送电子邮件的一些简单方法(通过SMTP)和SMS短信 [ ^ ].
3. 使用Asp.net发送SMS [ ^ ].
4. 发送一条SMS消息-ASP.NET/C# [ ^ ].

谢谢...

So, you need to have one third party support.

Please check the discussion links provided there to know more about the implementations.

If you want to do, then follow the articles below, they will help you.
1. Easy SMTP Mail Using ASP.NET 2.0[^].
2. Some Easy Ways to Send Emails (via SMTP) and SMS Text Messages[^].
3. Sending SMS using Asp.net[^].
4. Send Single SMS Message - ASP.NET / C#[^].

Thanks...


这篇关于为手机号码编写短信功能的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-27 03:41