I'm writing a midlet that'll be polling for incoming sms messages (nokia6600). the only way to do so is to specify a port number, which means that an sms must be sent to that port number. However, in my scenario, sms will be *emailed* to the phone using addy provided by cell phone carrier. how can i (can i?) specify port number in the email (addy or body?) ie:
currently i can send sms w/o port by sending email to:
<phoneNumber>@mobile.att.com
is there something like:
<phoneNumber:port>@mobile.att.com?
Or, alternatively does anyone how att's default port number used to deliver sms (so that i can make the midlet listen to it)?