We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Giving the following error:
WARNING: StandardWrapperValve[org.javaee7.javamail.definition.AnnotatedEmailServlet]: Servlet.service() for servlet org.javaee7.javamail.definition.AnnotatedEmailServlet threw exception java.lang.RuntimeException: com.sun.mail.smtp.SMTPSendFailedException: 530-5.5.1 Authentication Required. Learn more at 530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 qf7sm13437126pac.14 - gsmtp at org.javaee7.javamail.definition.AnnotatedEmailServlet.processRequest(AnnotatedEmailServlet.java:131) at org.javaee7.javamail.definition.AnnotatedEmailServlet.doGet(AnnotatedEmailServlet.java:151)
The text was updated successfully, but these errors were encountered:
Fixed by changing transport.sendMessage() instead of Transport.send() or transport.send().
Sorry, something went wrong.
Merge pull request #1 from openwms/fix-javadocs-download
7297ded
Fixed javadocs and sources download
Merge pull request #1 from javaee-samples/master
4cfb36a
Update from upstream
arun-gupta
No branches or pull requests
Giving the following error:
WARNING: StandardWrapperValve[org.javaee7.javamail.definition.AnnotatedEmailServlet]: Servlet.service() for servlet org.javaee7.javamail.definition.AnnotatedEmailServlet threw exception
java.lang.RuntimeException: com.sun.mail.smtp.SMTPSendFailedException: 530-5.5.1 Authentication Required. Learn more at
530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 qf7sm13437126pac.14 - gsmtp
at org.javaee7.javamail.definition.AnnotatedEmailServlet.processRequest(AnnotatedEmailServlet.java:131)
at org.javaee7.javamail.definition.AnnotatedEmailServlet.doGet(AnnotatedEmailServlet.java:151)
The text was updated successfully, but these errors were encountered: