sms-gateway

Suppress headers when sending an SMS to a cell phone provider's email to SMS gateway

I am sending an SMS transit text message to a mobile phone carrier's SMS gateway. I am doing this by sending the message to the carrier's assigned email address such as [email protected]. The problem is that a short message turns into multiple text messages because of the email headers as shown here: FRM:[email protected] SUBJ:Th...

SMS gateway in Java

Hi All, Please help me to design a better Messaging(can be sms,mms,e-mail,transaction) gateway. Please suggest good books/sites/tutorials which will help me design a better Gateway using Java. Thanks Sujeet ...

sending sms(text) from java code to mobile phone in windows

hi, Is it possible to send sms from windows machine to mobile phone. I have searched a lot and got the following code. Sender.java package sms; import java.util.Date; public class Sender implements Runnable { private static final long STANDARD=500; private static final long LONG=2000; private static final long VERYLONG=200...