Java system sending message to mobile

Asked

Viewed 588 times

-1

Speaking personally, I am developing a Java web application with Eclipse Maven, to use in a small office, cloud-run system and access by office computers. I was asked at the end of a launch, that a certain user receive an sms on his mobile registered by the system, with information regarding the activity performed by the system. It would be something like that when we got a text from the bank agency informing us of every move in the account. Thank you if anyone can help me. Thank you.

1 answer

0

Dear Silvano, your doubt is not specified, what do you want to do? Want tips on where to start, how to do it? How far do you know? This way we can help you better.

There are some ways to do this:

1) Calling a web service/API (easiest way)

  • Search by sms gateway or sms api (There are companies specialized in this type of service in Brazil, unfortunately only know the companies in Spain that is where I live, if you need help to search comments below that I help you.) I made a quick query on google by "text messaging service" and I saw several options in php, javascript and other languages and adapting to java would not be a problem because it is usually http calls.

2) Creating a server connected to a mobile phone, as you said that staying in the cloud would be unviable.

Like this:

Case your sms need to have legal validity, which nowadays is super high, Oce could try to hire Certising where uses the services of the company where I work Lleida.net to send sms and emails certified.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.