Skip to content

Commit

Permalink
Improve formatting and use Gmail instead of google
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Nov 14, 2019
1 parent b95939d commit ecea17e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/src/main/asciidoc/mailer.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,11 @@ [email protected]
quarkus.mailer.password=YOURGENERATEDAPPLICATIONPASSWORD
----

Note: the `quarkus.mailer.auth-methods` configuration option is needed for the quarkus mailer to support password auth with google. By default both the mailer and google default to XOAUTH2 which requires registering an application, getting tokens, etc.
[NOTE]
====
The `quarkus.mailer.auth-methods` configuration option is needed for the Quarkus mailer to support password authentication with Gmail.
By default both the mailer and Gmail default to `XOAUTH2` which requires registering an application, getting tokens, etc.
====

== Using SSL with native executables

Expand Down

0 comments on commit ecea17e

Please sign in to comment.