SMTP mail configuration using an API key rather than a username and password.
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": false
}
But now I want to change the SMTP mail configuration using an API key rather than a username and password. using it as an AEM Cloud manager.
Is it possible or Can I do that?