用户在黑莓应用程序中完成表单后如何发送电子邮件?
我构建了一个黑莓应用程序,允许用户在某些字段中填写信息。提交后,我希望生成一封电子邮件给我,并填写该信息。最好和最简单的方法是什么?
谢谢
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如何 - 创建和发送消息
最后更新:2009 年 5 月 26 日
商品编号:DB-00433
链接
How To - Create and send messages
Last Updated: 26 May 2009
Article Number: DB-00433
link
实例化并创建一个Message对象,然后Transport.send()
Instantiate and create a Message object, then Transport.send()