[ERROR] [api-regions-exportsimports] com.adobe.aem.guides:aem-guides-wknd.core:3.0.0: Bundle aem-guides-wknd.core:3.0.0 is importing package(s) [com.twilio.type, com.twilio, com.twilio.rest.api.v2010.account, com.twilio.base] in startlevel 20 but no bundle is exporting these for that start level. (c...
I have checked the AEM official docs.https://experienceleague.adobe.com/docs/experience-manager-learn/cloud-service/networking/examples/email-service.html?lang=en {"smtp.host": "$[env:AEM_PROXY_HOST;default=proxy.tunnel]","smtp.port": "30465","smtp.user": "$[env:EMAIL_USERNAME;default=myApiKey]","s...
Hi @kaikubad,But now here I'd like to set this up using an API key rather than a username password as it is.means I want to add an API key here. Where do I need to change in the current configuration?
Hi Community, Now Currently, I am using AEM default SMTP mail configuration. {"smtp.host": "$[env:AEM_PROXY_HOST;default=proxy.tunnel]","smtp.port": "30465","smtp.user": "xyz","smtp.password": "123","from.address": "","smtp.ssl": true,"smtp.starttls": false,"smtp.requiretls": false,"debug.email": fa...