Hello all, We need to send the reset password email in html instead of plain text (marketing demands....).
Looking at the source code it seems simple. It's just a matter of adding a "true" parameter to tell spring that the email is in html : https://github.com/apereo/cas/blob/5.2.x/core/cas-server-core-util/src/main/java/org/apereo/cas/util/io/CommunicationsManager.java#L102 https://docs.spring.io/spring/docs/3.0.0.M3/reference/html/ch26s03.html Do you know any simple way to patch the cas server core using the overlay way ? Or do we have to compile the entire stack ? We really would like to keep the overlay system, in order to ease future updates. Thanks in advance, Marc -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/02164d28-5769-4cde-9ac2-6e0f2bb18a00%40apereo.org.
