Configuration property fixed at build time - All other configuration properties are overridable at runtime

Configuration property

Type

Default

If Dev Services for Mailpit has been explicitly enabled or disabled. Dev Services are generally enabled by default, unless there is an existing configuration present.

Environment variable: QUARKUS_MAILPIT_ENABLED

boolean

true

The Mailpit container image to use.

Environment variable: QUARKUS_MAILPIT_IMAGE_NAME

string

axllent/mailpit

Flag to control if verbose logging of Mailpit container is requested.

Environment variable: QUARKUS_MAILPIT_VERBOSE

boolean

true

Although mailpit can easily handling tens of thousands of emails, it will automatically prune old messages by default keeping the most recent 500 emails. Default is 500, or set to 0 to disable entirely.

Environment variable: QUARKUS_MAILPIT_MAX_MESSAGES

int

500

Statically define the mapped HTTP port that the container user interface exposes

Environment variable: QUARKUS_MAILPIT_MAPPED_HTTP_PORT

int