sending email

Login to reply to this topic.
Wed, 2005-09-14 15:33
Joined: 2005-09-04
Forum posts: 145
Hi
I look for information about sending an email via j2me.
is it possible Huh
how ?
any links / examples / tutorials will help me a lot ,

Thank you very much Smiley

Thu, 2005-09-15 02:37
Joined: 2005-03-30
Forum posts: 13
Re: sending email
Hi,

You can have a look at Mail4ME APIs at following website:
http://mail4me.objectweb.org/

Hope this helps,
Vijay
Thu, 2005-09-15 14:30
Joined: 2005-09-04
Forum posts: 145
Re: sending email
Thanks
I installed the app but after filling the fields and pressing "OK" I got errors like "connection closed by peer"
and sometime the app just gets stuck.
did you have trouble with it also ?
what should I fill in the proxy host field in the settings ?
Wed, 2005-09-21 06:54
Joined: 2005-03-30
Forum posts: 13
Re: sending email
Have you downloaded web.xml settings from the site that needs to be there in your webserver.
Vijay
Wed, 2005-09-21 13:18
Joined: 2005-09-04
Forum posts: 145
Re: sending email
thank you for replying
what info should I get from this file ?

I found an example using a Socket and converted it into SocketConnection ,
the problem is that I cant open the Socket :
String url = "mail.company.com:25"; // also tried "socket://mail.company.com:25" ...
mailSocket= (SocketConnection)Connector.open(url); // here I get an exception
do you know what I should change here ?
Fri, 2005-09-30 03:55
Joined: 2005-03-30
Forum posts: 13
Re: sending email
Can u post the exception?
Vijay
  • Login to reply to this topic.