Please do provide me code with explanation to send attachment with email.
Thanks in Advance
Please do provide me code with explanation to send attachment with email.
Thanks in Advance
Sending email is done via SMTP, normally. If you search for ‘(J2ME or MIDlet) and SMTP’ you might end up with good results. Because you ask us for code, you create an open source tool, the source code of mujMail might help.
HI,
i am doing an email aplication in j2me i am using smtp for that i had import mail4me jar file in my app & using message class with msg.addbodyLine();
it is wrking fine mail is recived in my inbox but i am not able to send any attachement like[image,vedio,audio...].
so pls tell me any workarround/help releted to my thread ....