clojurewerkz / mailer

An ActionMailer-inspired mailer library. Combines Postal, Clostache, some conventions and support for multiple delivery modes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What's the appropriate way to deliver emails?

pupeno opened this issue · comments

In the documentation, that is, the README, it only shows how to build emails, not how to deliver them. Reading the source code, I noticed the function deliver-email but it doesn't seem to take a built email or the same arguments as build-email. It looks like a simpler version. Am I wrong?

Never mind, I misread the code.