Class AmazonSesEmailFeature

java.lang.Object
io.micronaut.starter.feature.email.AmazonSesEmailFeature
All Implemented Interfaces:
io.micronaut.core.naming.Described, io.micronaut.core.naming.Named, io.micronaut.core.order.Ordered, Feature, OpenRewriteFeature

@Requires(property="micronaut.starter.feature.email.amazon.ses.enabled", value="true", defaultValue="true") @Singleton public class AmazonSesEmailFeature extends Object
Feature that provides integration with Amazon Simple Email Service (SES) for sending transactional emails. This feature is conditionally loaded based on the micronaut.starter.feature.email.amazon.ses.enabled property. It extends EmailFeature and configures the SES-specific module and recipes.