Package-level declarations

Types

Link copied to clipboard
@Serializable
value class Email(val value: String)

A serializable inline value class wrapping an email address string.

Link copied to clipboard
object EmailUtils

Utility object for email address validation and HTML email body generation.

Link copied to clipboard
class ResendService(envResendApiKey: String)

A service that sends emails through the Resend email API.