hi all,
can anybody tell me that how can i send the email from device using j2me.
thanx ,
jitendra
hi all,
can anybody tell me that how can i send the email from device using j2me.
thanx ,
jitendra
please specify device. If your phone is supporting the protocol like smtp then you can. Even nowadays google and yahoo are providing service to access the perticular service so you can use it.
-Kartik Trivedi
Basically you have to create a socket connection to a SMTP server in the SMTP port and then you have to implement your MIDlet to talk to the server following the SMTP protocol. (The Java ME environment does not directly support SMTP, but the above low-level approach works on any Java ME phone supporting socket connections)
Hartti
Hi
There is also another way to email from your phone. You can set up a web page that you pass an email adress and message to that sends the mail for you
Hope it helps
Steve
Good point, stevejanko!
Hartti