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...
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
...
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...