Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f4394d commit 424e3c0Copy full SHA for 424e3c0
05_network-io/5-05_sending-email.asciidoc
@@ -46,6 +46,15 @@ yourself via a Gmail account:
46
If all is well, you should receive an email from yourself shortly
47
thereafter.
48
49
+[NOTE]
50
+====
51
+If you've set up two-factor authentication on your Gmail account, the +send-message+ call will
52
+fail with an +AuthenticationFailedException+. You can create an application-specific password
53
+here: https://accounts.google.com/b/0/IssuedAuthSubTokens?hide_authsub=1, and use that as the
54
+value for +pass+ instead.
55
56
+
57
58
==== Discussion
59
60
pass:[<?dbhtml orphans="4"?>]With the venerable JavaMail at its core, there isn't much +postal+
0 commit comments