Building A Slack Bot in Elixir Part 2 11 Tricky Elixir Code lines of Snippets [Intermediate/Beginners]

Phoenix HTML Mailer

Sooner or later you want to send (HTML) emails with Phoenix. Rails has Mailers for this and Phoenix has a guide that describes how to send basic emails.

I wanted a system that you can use like a Controller or Model the Phoenix way, so I wrote a bunch of modules that let’s you easily send emails.

http://derkobe.github.io/2016/07/19/phoenix-html-mailer.html