Hi Alex,sorry for you. We tested CQ Mailservice with version 6.0 and 6.1 with a lot of different mail accounts and smtp configurations but could not solve the issue.In our case we stopped investigating this and created our own little mail service1. OSGI configuration with SMTP settings2. Some Java c...
Ok, meanwhile I tested with 4 different SMTP servers. The same result for all of them, messageGatewayService.getGateway(Email.class) returns null however the configuration works, when I test them with other mail apps.So no idea. Maybe its my environment, I will ask a colleague to test the code on hi...
kautuksahni wrote... As mentioned by Jitendra, make sure that Until you configure the SMTP information for the messagegateway it will return null. As for the username and password, that would be the username and password you use to authenticate to the SMTP server. CONFIGURING CQ MAIL SERVICE The f...
I created a mail service class, which should use the CQ Mail Configuration.However I compared my code to several samples from the Internet my service does not work, becausemessageGatewayService.getGateway(...) always returns null. This is my simplified code:------------------------------------------...
On the page properties there is a tab for the thumbnail image. I added an additional tab for a background image.But it seems to be tricky to have multiple image tabs in a dialog.For the classic/widget based UI I had to explicitly add 'resourceType = foundation/components/image' to the new background...