问题描述
朋友,我有asp.net应用程序,在该应用程序中,我可以使用API代码发送短信,但我的应用程序可以正常工作,但我的要求是我要发短信的方式与众不同,我想说的是,
假设我在文本框中输入了味精:
尊敬的#fathername#您的病房#childname#是#result#
#fathername#将更改为当前学生的父亲姓名,作为来自数据库#childneme#的具有学生姓名的数据和#result#的结果,如通过/失败.我已经完成了所有这些步骤,但是问题是如何将这些多个短信发送到多个号码.
请帮我解决这个问题,我在应用程序中使用c#和sql 2005
谢谢与问候
Rathi
hi friends i have asp.net application in which i sending sms using API code my application work properly, but my requirement is that i want to send sms distincly i means to say,
Suppose i type a msg in my textbox :
Dear #fathername# your ward #childname# is #result#
The #fathername# will be changed with Father Name of Current student as comming data from database #childneme# with student name and #result# with result like pass / fail. I have completed all these steps, but the problem is that how can i send these multiple sms to multiple number.
plz help me on this topic i am using c# and Sql 2005 in my application
Thanks & Regards
Rathi
推荐答案
这篇关于在asp.net中将不同的短信同时发送到多个号码的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!