CustomHeader

case class CustomHeader[F[_]](header: Header) extends Trans[F]
Companion:
object
trait Serializable
trait Product
trait Equals
trait Trans[F]
class Object
trait Matchable
class Any

Value members

Concrete methods

By default, empty headers are ignored and not set into the mail. This allows to set headers to an empty value.

By default, empty headers are ignored and not set into the mail. This allows to set headers to an empty value.

def apply(mail: Mail[F]): Mail[F]

Inherited methods

def andThen(next: Trans[F]): Trans[F]
Inherited from:
Trans
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product