-
SMS alerts using JAVA & Apache or Java & SMTP (3 messages)
- Posted by: finas rashidi
- Posted on: January 07 2009 21:53 EST
dear Java Gurus, would like to seek yr advice.if i want to configure SMS alerts (currently the notification and alerts) is sent to email. we would like to channel it to handphone in the form of SMS. hv u developed such program? is it good if we have the web to track all the sms sent and delivered? hope to hear from you. thank youThreaded Messages (3)
- Re: SMS alerts using JAVA & Apache or Java & SMTP by S Child on January 14 2009 09:19 EST
- Re: SMS alerts using JAVA & Apache or Java & SMTP by finas rashidi on February 09 2009 22:30 EST
- Re: SMS alerts using JAVA & Apache or Java & SMTP by Marina Prikaschikova on February 10 2009 04:06 EST
-
Re: SMS alerts using JAVA & Apache or Java & SMTP[ Go to top ]
- Posted by: S Child
- Posted on: January 14 2009 09:19 EST
- in response to finas rashidi
dear Java Gurus,
This is rather easily accomplished using an SMS gateway provider such as Clickatell. You need to get an account with them and then you will send the SMS message through them using your account (includes ability to receive SMS back via short code or long code (non-US)). For keeping track of the messages, yes you can use your web application. Just store each message and all recipient mobile #s in a database table along with a timestamp and you will have your historical data.
would like to seek yr advice.if i want to configure SMS alerts (currently the notification and alerts) is sent to email. we would like to channel it to handphone in the form of SMS. hv u developed such program? is it good if we have the web to track all the sms sent and delivered? hope to hear from you. thank you -
Re: SMS alerts using JAVA & Apache or Java & SMTP[ Go to top ]
- Posted by: finas rashidi
- Posted on: February 09 2009 22:30 EST
- in response to S Child
dear Sir, do we need any integration between the web and the sms provider? how to keep track as the sms are sent from the sms provider. hope to hear from you. thank you -
Re: SMS alerts using JAVA & Apache or Java & SMTP[ Go to top ]
- Posted by: Marina Prikaschikova
- Posted on: February 10 2009 04:06 EST
- in response to S Child
You can use any SMS provider (e.g. Clicatel) or your own GSM modem for sending SMS's. See for example SMS gateway in JSOS