degude

Results 2 comments of degude

I think what could solve this is to try the following: In [EnvManagerCEImpl.java](https://github.com/appsmithorg/appsmith/blob/92a60f775f46b1acf1507ff4504f81f46998143f/app/server/appsmith-server/src/main/java/com/appsmith/server/solutions/ce/EnvManagerCEImpl.java#L701) around line 700 to move the line `props.put("mail.smtp.starttls.enable", "true");` into the following if-else clause. ``` Properties props...