Receivex v0.7.0 Receivex.Email View Source

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Receivex.Email{
  from: address(),
  html: String.t(),
  sender: String.t(),
  subject: String.t(),
  text: String.t(),
  to: [address()]
}