mail_in_a_box v0.2.0 MIAB.Send View Source

Provides email sending functionalities

Link to this section Summary

Link to this section Functions

Link to this function

send(user, mail_subject, mail_html, mail_text)

View Source

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