micronaut-guides
micronaut-guides copied to clipboard
Create Guide about Micronaut Email using Gmail and Javamail
It should be equivalent to:
You can start by duplicating any of those guides.
See: https://github.com/micronaut-projects/micronaut-email/blob/master/email-javamail/src/test/groovy/io/micronaut/email/javamail/JavaxMailEmailSenderSpec.groovy for an example of the settings. The functional tests use javamail with Gmail.
Moreover, see: https://github.com/micronaut-projects/micronaut-email/issues/24