I am having an application build using j2me lwuit.
I need to send e-mail from that app.
I am having an application build using j2me lwuit. I need to send e-mail
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
To make your application smaller, I’d suggest to implement SMPT over a
SocketConnection. For small e-mails this shall be pretty straightforward:Using this approach may allow you to make your application to be depend only on MIDP/CLDC profiles, thus to be easier portable to other phones (at least in theory).