EmailAndName

data class EmailAndName(val email: String, val name: String)

Constructors

Link copied to clipboard
constructor(email: String, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String
Link copied to clipboard

Postmark requires special handling of dots. If the name contains dots, this will only return the email.