KazzmanK
KazzmanK
Hi! Thank you for response I have a Boot 3.5 project with a configuration class ```java @Slf4j @Configuration public class CaffeineConfig { @Value("${lsl.CACHE_DURATION:15}") private int cacheDuration; @Value("${lsl.MAX_CACHE_SIZE:1000}") private int maxCacheSize;...
Mailer may force require FROM address to match USERNAME
This is going to be a killer-feature for us, please, do not postpone it to next releases.
> do we still need to embed the images as base64 These two features are not mutually exclusive. In our case Gitea server is not accessible from internet, so having...