views:

45

answers:

1

I am developing a library management system in jsp.

Here, I need a system that generates smses automatically on some events like late return, new book arival, etc.

Should I use any api for this or any other solution ?

A: 

You could develop your own class using the SMS email gateway, but this is only optimal if you know the end users carrier.

Phill Pafford