Postal appender now uses UTF-8 charset by default

This commit is contained in:
Peter Taoussanis 2013-12-04 14:41:39 +07:00
parent 1e0766d732
commit a0d305f6c2
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
{:from \"Bob's logger <me@draines.com>\" :to \"foo@example.com\"}})"
[& [appender-opts {:keys [postal-config subject-len body-fn]
:or {subject-len 150
body-fn (fn [output] [{:type "text/plain"
body-fn (fn [output] [{:type "text/plain; charset=utf-8"
:content output}])}}]]
(let [default-appender-opts