mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-06 21:45:50 +01:00
(refs #181) Fixed bug in charset.
This commit is contained in:
@@ -91,6 +91,7 @@ class Mailer(private val smtp: Smtp) extends Notifier {
|
||||
.foreach { case (address, name) =>
|
||||
email.setFrom(address, name)
|
||||
}
|
||||
email.setCharset("UTF-8")
|
||||
email.setSubject(subject)
|
||||
email.setHtmlMsg(msg)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user