使用sdk android从gmail发送和接收电子邮件
我一直在关注此链接 在 Android 中使用 JavaMail API 发送电子邮件而不使用默认/内置应用程序,但这对我不起作用,该代码会引发异常,如果我执行try..catch,它没有捕获任何东西。有人尝试过该代码并为他们工作吗?您能上传一个工作代码进行测试吗?当我跟踪代码时,错误是在创建DataHandler之后发生的,我不知道为什么。 我添加外部库、邮件、激活、附加,但不起作用,我不知道我的问题是什么。
I'm been following this link Sending Email in Android using JavaMail API without using the default/built-in app, but it doesn't work for me, that code throw an exception, and if I do a try..catch, it doesn't catch anything. There is anyone that have tried that code and worked for them? Could you upload a working code for test? When I track the code, the error is after the creation of the DataHandler, I don't know why.
I Add external libs, mail, activation, additional, and doesn't work, i don't know what is my problem.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我找到了其他方式来接收来自 Gmail 或任何其他电子邮件提供商的电子邮件。
I've found other way to receive emails from gmail or any other email provider.