Sending Text and Images via email/mms/...?

HI,

In my MIDlet I have stored some text and and an image in the RMS and I was just wondering if it was possible to send that information by email or mms (obviously by reading the RMS and converting it back to a string or image) to an email account or would it be better to send it to a web server or maybe by mms?

Thanks,
Tom

Since http is the only mandatory protocol, sending it to a web-server, shich in turn can send it to an email address or whatever, will probably be the best solution.

shmoove

ok cool, can you give me some idea on how to do it or a link to a tutorial please.

Thanks again, you’ve been more than helpful with my problems so far.

Tom

Here’s a tutorial about making http connections. The server side is up to you.

shmoove