Email notifications are not being received by the NCM users.
Error in the Powerup.log under the $VOYENCE_HOME/ncmcore/logs directory:
2025-08-21 10:56:23,838 ERROR [com.powerup.configmgr.integration.transport.javamail.JavaMailTransportStrategy] (Thread-32) Cannot send e-mail to recipient: <user>@<domain>.comjavax.mail.MessagingException: Could not convert socket to TLSat com.sun.mail.smtp.SMTPTransport.startTLS(SMTPTransport.java:2155) ~[javax.mail-1.6.2.jar:1.6.2
NCM - 10.1.x/24.3.x
mail.smtp.starttls.enable was set to TRUE but ssl trust was not provided.
$VOYENCE_HOME/ncmcore/webapps/ncm-webapp/WEB-INF/classes/.applicationContext.xml and look for "mail.smtp.starttls.enable"<prop key="mail.smtp.ssl.trust">Provide SMTP server detail</prop>
Example:<prop key="mail.transport.protocol">smtp</prop><prop key="mail.smtp.auth">false</prop><prop key="mail.smtp.host">SMTP_SERVER</prop><prop key="mail.smtp.port">25</prop><prop key="mail.smtp.starttls.enable">true</prop><prop key="mail.smtp.ssl.trust">SMTP_SERVER</prop><prop key="mail.debug">false</prop>
Perform a job with user emailID and make sure that email is received.