Configuration Reference
Version:3.0.0-SNAPSHOT
Micronaut Email Amazon Ses Config Properties
🔗| Property | Type | Description | Default value |
|---|---|---|---|
|
boolean |
If Amazon Simple Email Service integration is enabled. Default value: |
Micronaut Email Config Properties
🔗| Property | Type | Description | Default value |
|---|---|---|---|
|
java.lang.String |
Default from email address. |
|
|
java.lang.String |
name of the contact sending the email. |
Micronaut Email Javamail Config Properties
🔗| Property | Type | Description | Default value |
|---|---|---|---|
|
boolean |
If Mailjet integration is enabled. Default value: |
|
|
java.util.Map |
properties as listed in Appendix A of the JavaMail spec (particularly mail.store.protocol, mail.transport.protocol, mail.host, mail.user, and mail.from). |
| Property | Type | Description | Default value |
|---|---|---|---|
|
boolean |
If authentication is enabled. Default value: |
|
|
java.lang.String |
Authentication username. |
|
|
java.lang.String |
Authentication password. |
Micronaut Email Mailjet Config Properties
🔗| Property | Type | Description | Default value |
|---|---|---|---|
|
boolean |
If Mailjet integration is enabled. Default value: |
|
|
java.lang.String |
Mailjet API Version. Default value: |
|
|
java.lang.String |
Mailjet API Key. |
|
|
java.lang.String |
Mailjet API Secret. |
Micronaut Email Mailtrap Config Properties
🔗| Property | Type | Description | Default value |
|---|---|---|---|
|
boolean |
If Mailtrap integration is enabled. Default value true |
| Property | Type | Description | Default value |
|---|---|---|---|
|
java.time.Duration |
||
|
java.lang.String |
||
|
io.mailtrap.http.CustomHttpClient |
||
|
boolean |
||
|
boolean |
||
|
java.lang.Long |
Micronaut Email Postmark Config Properties
🔗| Property | Type | Description | Default value |
|---|---|---|---|
|
boolean |
If Postmark integration is enabled. Default value: |
|
|
java.lang.String |
Postmark API token. |
|
|
boolean |
Whether to track if the email is opened. Default value: |
|
|
Whether to track the email’s links. Default value DO_NOT_TRACK. |
Micronaut Email Sendgrid Config Properties
🔗| Property | Type | Description | Default value |
|---|---|---|---|
|
boolean |
If SendGrid integration is enabled. Default value true |
|
|
java.lang.String |
The API (Application Programming Interface) keys to authenticate access to SendGrid service. |