Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法在 fusionauth 的电子邮件模板的主题中传递特殊语言字符,例如“ąęćń”?
解决方案是将字符串编码subject为 MIME 标头,使用javax.mail.internet.MimeUtility
subject
javax.mail.internet.MimeUtility
MimeUtility.encodeText(subject, "utf-8", "B")