jhd
hi
i want to send SMS to other mobile device using J2ME application.
for sending SMS i have used
addr = "sms://+" + addr + ":" + port;
MessageConnection conn =
(MessageConnection) Connector.open(addr);
so which port address i have 2 write here to send SMS.
Regards,
jasmit vala

Reply With Quote


