View Source Rivet.Email.Template.Helpers (rivet_email v1.2.1)

Link to this section Summary

Functions

useful function to normalize different ways email addrs may come in.

Link to this section Functions

useful function to normalize different ways email addrs may come in.

iex> email_addr("this@that") "this@that" iex> email_addr({10, "this@that"}) "this@that" iex> email_addr(%{address: "this@that"}) "this@that"