Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Send SMS C#.net [closed]

Tags:

c#

.net

sms

Is there any free gate way or a way that I can use to send SMS from my code.

like image 319
BreakHead Avatar asked Mar 04 '10 14:03

BreakHead


People also ask

Can I send SMS through PC?

Sending a messageOn your PC, in the Phone Link app, select Messages. To start a new conversation, select New message. Enter the name or phone number of a contact. Select the person you want to send a message to.

How can I send SMS from router?

Send SMS MessageGo to LTE >> Send SMS, enter Recipient Number and Message. Then click Send Message to send. Check the SMS inbox of the recipient. It should get a message from the router.


1 Answers

On popular wireless carriers you can just email the number. For example AT&T:

[email protected]

Just find the appropriate email servers for the number, then append it to the end of the address. Hope this helps.

like image 94
codygman Avatar answered Oct 20 '22 00:10

codygman