We have Installed & Configured Keycloak on different kubernetes environments for our use case. We configured AWS SES for smtp configurations. The Email option is working on one kubernetes cluster but not other .We are using same smtp credentials for both Keycloak.
Below is the keycloak logs : org.keycloak.email.EmailException: com.sun.mail.util.MailConnectException: Couldn’t connect to host, port: email-smtp.xx-xxx-1.amazonaws.com, 587; timeout 10000;
Was it resolved? I am also facing the similar issue. When using some port, it is showing couldn’t connect to host and when using some other port it is showing 503 Authentication required (I am trying to use role-based permission without username and password)