Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个 android 应用程序来发送邮件,我使用 Gmail Oauth2 令牌进行身份验证,而不是要求用户输入密码。
我能够获取令牌并进行身份验证,但是当我尝试发送邮件时,我收到了 javax.mail.MessagingException: ,并且邮件没有被发送。
1)我的验证码链接
2)我的发件人代码的链接
我不确定我哪里出错了。
请帮忙!谢谢!