Adis Ćorović

Results 4 comments of Adis Ćorović

I can confirm it is working with Office365.com.

@HirenPatel2791 My configuration looks like: ```java smtpConfiguration = new SMTPConfiguration( "smtp.office365.com", // host 587, // port Boolean.FALSE, // ssl Boolean.TRUE, // tls Option.apply("[email protected]"), // user Option.apply("VeryHardPassword"), // password Boolean.FALSE, //...

> It seems to replace and create files that need root permissions, I think this is the reason why it fails in OpenShift (where containers typically are enforced to not...

Perhaps I did not read all of the available docs, but what are the plans on the editor? Markdown editor or WYSIWYG-editor? Saving HTML in the database, or generating static...