ulfa / speiseplan

A Erlang on Rails example, created with ChicagoBoss
4 stars 2 forks source link

Umlaute in Mail #8

Closed ulfa closed 10 years ago

offlinehoster commented 10 years ago

Encoding problem is still available. bildschirmfoto 2014-09-21 um 09 43 09

ulfa commented 10 years ago

I have seen it, but i didn't changed anything in the code. Could it be that there exists a relation the move of the vms?

offlinehoster commented 9 years ago

The encoding problem still exists.

Maybe the "{charset, "utf-8"}," might help inside https://github.com/ulfa/speiseplan/blob/master/src/mail/speiseplan_outgoing_mail_controller.erl#L6-L10 ??

The received mail shows Content-Type: text/plain; charset="iso-8859-1" this might be the problem.

I was looking at http://chicagoboss.org/doc/api-mail-controller.html for the encoding problem.