Usage
build.gradle
Groovy DSL
dependencies {
implementation helix.email
}
build.gradle.kts
Kotlin DSL
dependencies {
implementation(helix.email)
}
Configuration
No Helix-specific configuration properties are required for this library.
Search across guides, reference pages, framework concepts, and ecosystem modules.
Open full search pageLibrary
Email abstractions and SMTP-backed implementations for sending outbound mail.
build.gradle
dependencies {
implementation helix.email
}
build.gradle.kts
dependencies {
implementation(helix.email)
}
No Helix-specific configuration properties are required for this library.