0

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

Lazer
  • 90,700
  • 113
  • 281
  • 364
Strong Like Bull
  • 11,155
  • 36
  • 98
  • 169

2 Answers2

1

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

endevour
  • 708
  • 4
  • 12
1

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

seand
  • 5,168
  • 1
  • 24
  • 37