views:

42

answers:

2

I have built a blackberry application that allows a user to fill in information in some fields. Upon submit I want an email to be generated to me with that information filled. What is the best and simplest way of doing that?

Thank You

+1  A: 

How To - Create and send messages
Last Updated: 26 May 2009
Article Number: DB-00433 link

endevour
+1  A: 

Instantiate and create a Message object, then Transport.send()

seand