---
title: "Implement a SMS application in java"  
description: "Implement a SMS application in java"  
author: "Anonymous User"  
published: 2015-10-07  
updated: 2015-10-07  
canonical: https://www.mindstick.com/forum/33498/implement-a-sms-application-in-java  
category: "java"  
tags: ["java", "software development"]  
reading_time: 1 minute  

---

# Implement a SMS application in java

I want to implement an [application](https://www.mindstick.com/articles/12824/calculator-application-in-android) in [java](https://www.mindstick.com/articles/12214/web-development-company-in-india-laid-on-the-foundation-of-concrete-java-programming) which would send [SMS](https://yourviews.mindstick.com/audio/1102/the-danger-of-sms-spoofing-smishing-and-tips-for-its-safety) to the registered [users](https://www.mindstick.com/news/2244/issue-preventing-users-from-accessing-facebook-s-social-networking-platforms-has-been-resolved) . How should i do it in a easier way. Can [anyone](https://www.mindstick.com/articles/23207/how-to-find-the-best-fit-job-for-anyone) have idea how should i start for this application

## Replies

### Reply by Anonymous User

What kind of application is this and how many target users the application is for?\
The easy ways would be one or more GSM modems where you insert regular SIM cards and use telephony API. Probably even easier is a couple of cheap android phones that forward your messages. \
If you want to go bulk,You need to integrate with some SMS provider. You just call its URL from Java and pass the details as query string. That is it. If you google SMS gateway providers in India, you will find a lot of them.\


---

Original Source: https://www.mindstick.com/forum/33498/implement-a-sms-application-in-java

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
