Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Asutosh_Jena_
Asutosh_Jena_
Online

Badges

Badges
44

Accepted Solutions

Accepted Solutions
341

Likes Received

Likes Received
1183

Posts

Posts
1139

Discussions

Discussions
182

Questions

Questions
957

Ideas

Ideas
1

Blog Posts

Blog Posts
0
Top badges earned by Asutosh_Jena_
Customize the badges you want to showcase on your profile
Re: Can anyone help me with any documentation for configuring email sending in AEMaaCS - Adobe Experience Manager 21-01-2022
Hi @lmalyala Did you enable the AdvancedNetworkingConfiguration? You can enable it by making the Cloud Manager API call with Adobe I/O. Before that you need to create one network infrastructure. Follow the steps mentioned here:https://www.adobe.io/experience-cloud/cloud-manager/reference/api/#tag/Network-infrastructure https://www.adobe.io/experience-cloud/cloud-manager/reference/api/#operation/enableEnvironmentAdvancedNetworkingConfiguration Here you need to pass the PORT Forward rules and it w...

Views

835

Like

1

Replies

2
Re: Sling Model Caching - Adobe Experience Manager 21-01-2022
Hi @H_Malhotra What is the exact use case you have where you want to implement Sling model caching? As per Sling documentation, By default, Sling Models do not do any caching of the adaptation result and every request for a model class will result in a new instance of the model class. In general, it is strongly discouraged to store a reference to the original adaptable using the self injector. Using implementation version 1.4.8 or below, storing the original adaptable in a Sling Model, can cause...

Views

290

Likes

3

Replies

0
Re: Can anyone help me with any documentation for configuring email sending in AEMaaCS - Adobe Experience Manager 19-01-2022
Hi @lmalyala Just to let you know I have implemented this on AEM as Cloud and it works perfectly fine! You can try with https://mailtrap.io/ SMTP as well if you do not want to go with Gmail or having issue with Gmail. Thanks!

Views

865

Like

1

Replies

7
Re: Can anyone help me with any documentation for configuring email sending in AEMaaCS - Adobe Experience Manager 19-01-2022
Hi @lmalyala You need to configure the OSGi details as mentioned below: { "smtp.host": "$[env:AEM_PROXY_HOST;default=proxy.tunnel]", "smtp.port": "30002", "smtp.user": "$[env:EMAIL_USERNAME;default=apikey]", "smtp.password": "$[secret:EMAIL_PASSWORD]", "from.address": "no-reply@gmail.com", "smtp.ssl": true, "smtp.starttls": false, "smtp.requiretls": false, "debug.email": false, "oauth.flow": false} Then you need to enable the ENV Variables using the Cloud Manager: Once the Env variables are conf...

Views

868

Like

1

Replies

8
Re: Can anyone help me with any documentation for configuring email sending in AEMaaCS - Adobe Experience Manager 18-01-2022
Hi @lmalyala You need to create one OSGi configuration with name "com.day.cq.mailer.DefaultMailService.xml" and add the below config into it. User name and password should be of the gmail account. Please ensure to turn off the less secure app in gmail so it will not stop sending the email. Also note that you can send upto 500 emails using gmail account.https://support.google.com/accounts/answer/6010255?hl=en Thanks!

Views

903

Likes

3

Replies

10
Re: AEM Cloud Service | How to check dispatcher cached files & headers | CORS issue - Adobe Experience Manager 16-01-2022
Hi @selvendranr9588 304 response status means it's served from cache and the content is not modified at the cache. Once you make the change at dispatcher, you need to flush the cache at dispatcher as well as CDN and then you will always get 200 response status with the updated header. Thanks!

Views

490

Like

1

Replies

1
Re: Third party URL blocked in dispatcher - Adobe Experience Manager 16-01-2022
Hi @manikanthar1295 What error you are getting with 3rd party URL? Dispatcher will not block any 3rd party URL here. Could you please share some more information to look into the issue? It can be an issue with the referrer so your dispatcher URL might have not allowed for the 3rd part domain. Thanks!

Views

209

Likes

2

Replies

0
Re: Alignment issue in Teaser Component - Adobe Experience Manager 13-01-2022
Hi @gmahesh You can use "afteredit" with "REFRESH_SELF" option and it will refresh the component only once you save the dialog. This will ensure the component is refreshed to render it correctly. Please refer the link below:http://www.sgaemsolutions.com/2019/01/ootbcustom-cqlisteners-in-cqeditconfig.html Thanks!

Views

168

Like

1

Replies

0
Re: cq:lastReplicationAction property name showing as cq:lastReplicationAction_publish and cq:lastReplicationAction_scene7 - Adobe Experience Manager 13-01-2022
Hi @shehjadk07 Along with these additional properties you should have the "cq:lastReplicationAction" property available as well. I also see the same on my local as well as on cloud. You should write the logic based on this property. For the additional property we will need to reach out to Adobe to know more about this as it looks like some new feature which is added and not mentioned anywhere in document. Thanks!

Views

434

Like

1

Replies

0