How to send an email once a user completes a form in blackberry application?
I have b开发者_如何学编程uilt 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
How To - Create and send messages
Last Updated: 26 May 2009
Article Number: DB-00433
link
Instantiate and create a Message object, then Transport.send()
精彩评论