-
Text Messaging Service from website
Hi there,
Im not sure if this can be achieved with java or not, or even if it can be achieved, but as part of a college project I am aiming to integrate a text messaging service into a website, whereby automatic SMS text messages are sent to a mobile phone once the user has entered their number on the website. So a database of mobile phone numbers are stored and these phone numbers are sent text messages from the website. This is an area all very new to me, but i know there are some commercial packages available that do the above but im looking to create my own system.
Any help/feedback greatly appreciated!! THANKS!!
-
It is possible to do this. there are however a few problems you will have to overcome first.
Sending an SMS to a mobile phone will require you to tell an Operator you want that message delivered to said phone. This is your biggest problem.
These commercial packages all run through so-called intermediary parties. These have connections with various opperators around the glabe through which they deliver their SMS messages.
If you do not want to use one of these intermediary parties, there's little you can do in this area, except maybe try and find some party that lets you send sms through email. This way, you can just send an email message from withiin your website (which is perfectly possible with the Java Mail Client) and viola.
-
thanks a lot, ill look into that, appreciate it
-
No prob, I work for one of those intermediary companies so was an easy one...
-
i presume these intermediary companies charge per text message sent fot their services?
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks