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

Support of UTF8

DPovilas opened this issue · comments

Does it support UTF-8? I would like to send email with charset="UTF-8".

never mind, I figured it out, that I have to provide a "text/html; charset=utf-8" parameter.