| Author |
SMS notification
|
Kumar Barun
Greenhorn
Joined: Oct 14, 2011
Posts: 7
|
|
I'm a student and new to Web application development. I've got a problem. In fact I'm working on a project which requires to send SMS notifications to administrator/owner at each registration on the site.
I'm using JSP and Servlet for development. Also I've no idea how sms feature is added. Any help will be appreciated.
|
 |
Sagar Rohankar
Ranch Hand
Joined: Feb 19, 2008
Posts: 2896
|
|
Welcome to JR, Kumar.
Integrate your web app with some SMS gateway in India and start sending SMS over it.
Also, this section of fourm is JSP specific, better you choose forum carefully.
[Corrected OP name]
|
[LEARNING bLOG] | [Freelance Web Designer] | [and "Rohan" is part of my surname]
|
 |
Kumar Barun
Greenhorn
Joined: Oct 14, 2011
Posts: 7
|
|
Sagar Rohankar wrote:Welcome to JR, Jumar.
Integrate your web app with some SMS gateway in India and start sending SMS over it.
Also, this section of fourm is JSP specific, better you choose forum carefully.
Thanks a lot for the clue and thanks also for the advice.
|
 |
Sagar Rohankar
Ranch Hand
Joined: Feb 19, 2008
Posts: 2896
|
|
Welcome Kumar
|
 |
Shivom Shukla
Ranch Hand
Joined: Jul 05, 2012
Posts: 30
|
|
I'm a student and new to Web application development. I've got a problem. In fact I'm working on a project which requires to send SMS notifications to administrator/owner at each registration on the site.
I'm using JSP and Servlet for development. Also I've no idea how sms feature is added. Any help will be appreciated.
Hi Kumar Barun,
You can even create your own sms notification system.. i have created one for my project... just use a template for message and call it in your java code...pretty easy and neat way of doing it....
|
 |
 |
|
|
subject: SMS notification
|
|
|