Sending and receiving SMS

2019-07-10 04:48发布

问题:

I'm looking for information how to receive and send SMS using own application. I don't know what devices I should use, what programming language has an appropiate API and so on.

回答1:

You might want to look into Twilio. They have services for sending and receiving SMS messages.



回答2:

Check out SMSLib at http://smslib.org/

SMSLib is a programmer's library for sending and receiving SMS messages via a GSM modem or mobile phone. SMSLib also supports a few bulk SMS operators.

SMSLib is distributed under the terms of the Apache v2 license.



回答3:

Take a look at EzTexting API and code samples in C#, PHP, Ruby, Java, Perl, Python. Ask me if you have specific questions, I work for the company so would be able to help you with the integration.



标签: sms