CustomHeader

emil.builder.CustomHeader
See theCustomHeader companion object
case class CustomHeader[F[_]](header: Header) extends Trans[F]

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Trans[F]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def allowEmpty: Trans[F]

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.

Attributes

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

Inherited methods

def andThen(next: Trans[F]): Trans[F]

Attributes

Inherited from:
Trans
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product