Package io.micronaut.email.postmark
Interface PostmarkConfiguration
- All Superinterfaces:
io.micronaut.core.util.Toggleable
- All Known Implementing Classes:
PostmarkConfigurationProperties
public interface PostmarkConfiguration
extends io.micronaut.core.util.Toggleable
Defines Configuration for Postmark integration.
Postmark integration related classes.
- Since:
- 1.0.0
- Author:
- Sergio del Amo
-
Method Summary
Methods inherited from interface io.micronaut.core.util.Toggleable
isEnabled
-
Method Details
-
getApiToken
@NonNull String getApiToken()- Returns:
- Postmark API token.
-
getTrackOpens
boolean getTrackOpens()- Returns:
- Whether to track if the email is opened
-
getTrackLinks
@NonNull TrackLinks getTrackLinks()- Returns:
- Whether to track the email's links
-