Do you know How can I send a SMS from an ASPX Page for a Cell phone without Web Services?
ThanXI have done this 2 ways - none elegant
1. I went to the website where I can send messages from and viewed source - copied to local drive - figured out the form input names ( textboxes and any weird id needed ) . On the aspx page, i create a form - fill in the message - and post to the providor website.
2. Create an email with your message and send it to cellphone#@.teleflip.com
teleflip.com is a FREE message redirector that figures out what system the cellphone is on and sends the message. Only drawback here is if the go down - your app goes down.
HTH
There was a post on this last week,
http://www.asp.net/Forums/ShowPost.aspx?tabindex=1&PostID=785086
You can "check out http://www.vtext.com/customer_site/jsp/messaging_lo.jsp
you can "Enter up to 10 VZW #s or nicknames, separating each entry by a comma.
Ex: 9991234567, sam@.vtext.com"
I just tested it out.. i go 5555555555@.vtext.com (i did this in outlook, only with my phone number), and it sends a message to my phone. "
Just create a simple SMTP mail script and have it send to the phone number..
i need to creatte applicatation that does the folowing
creae web sevices that send SMS
if you know anything orany part about this pleas help me !!!
0 comments:
Post a Comment