Hello,
I am trying to set up an outbound email service for a password reset for users but I am getting the following error
" org.springframework.mail.MailSendException: Mail server connection failed; nested exception is com.sun.mail.util.MailConnectException: Couldn't connect to host, port: smtp.example.com, 25; timeout -1; nested exception is: java.net.UnknownHostException: smtp.example.com. Failed messages: com.sun.mail.util.MailConnectException: Couldn't connect to host, port: smtp.example.com, 25; timeout -1;"
I am following the following reference to set up the configuration.
https://github.com/Alfresco/acs-deployment/blob/master/helm/alfresco-content-services/README.md
Here is the configuration that I am using.
Not sure what am I missing.
The error is clear, it says it can not connect to smtp server listening to port 25.
org.springframework.mail.MailSendException: Mail server connection failed;
nested exception is com.sun.mail.util.MailConnectException:
Couldn't connect to host, port: smtp.example.com, 25;
You need to configure a valid smtp server which is open to serve requests from your ACS server. Set the appropriate values in config
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.