Sending the selected data from mail to SMS
Hello,
I am able to get mails from my local server and store it in a file.
Now what i want to do is select the required data and send it as an SMS.
Instead of reading the test file and retriving the data is it possible to read the data before it goes to the file , i mean from the buffer ,perform the data selection and send SMS.
Thank you.
[371 byte] By [
CS30@coma] at [2007-11-27 3:39:56]

# 1
SMS (Short message service) is pure text ASCII, send email like SMS is not a good idea... but you can send only text/plain part of email.
See sourceforge.net for API :
http://sourceforge.net/search/?type_of_search=soft&words=SMS+java
I make a SMS API, send & receive SMS via SIM in java is very easy...
(with my GSM connected in bluetooth with Targus Adapter in my pc)
Now, I hate SMS flooder...