hi,
Is there anyone ,who can give the clean working code of sending an email in j2me through servlets.
I am really fed up with this.
I already got some code from this site:
http://www.java-tips.org/java-me-tip...-mobile-d.html
But it doesn't work .
hi,
Is there anyone ,who can give the clean working code of sending an email in j2me through servlets.
I am really fed up with this.
I already got some code from this site:
http://www.java-tips.org/java-me-tip...-mobile-d.html
But it doesn't work .
Java Micro Edition doesn't have servlets. If you want to send email you will have to write a POP (or IMAP) component to communicate with the mail server. It's not that difficult since it's just a series of text based messages, but you may well hit problems with the networks blocking access (almost certainly if you use port 25, you'll have to do your own network by network investigation for port 543).
Neither does the URL you posted.
Hope it helps at least a little!
- Mike
NAVTEQ Network for Developers
The community for developing innovative location-based applications
http://NN4D.com
you didn't get me.
Actually we can communicate with server using Servlets .
Just like we can communicate b/w index.jsp and servlet.
i need to send email from j2me.
suggestions please!
OK, I don't get you... what's wrong with the suggestion to write a class that can communicate with a mail server using POP?
- Mike
NAVTEQ Network for Developers
The community for developing innovative location-based applications
http://NN4D.com