mail_in_a_box v0.2.0 MIAB.Send View Source
Provides email sending functionalities
Link to this section Summary
Functions
sends welcome message to new user.
Link to this section Functions
sends welcome message to new user.
User must be a map containing email and name of the user
Example: iex> MIAB.Send.welcome(%{name: "Farsheed", email: "me@example.com"})
:ok