Hi there, I wondered if anyone can help me. We have installed enterprise forms into our bloomreach installation version 14.1 and I want to configure the mail smtp settings.
We are running in a docker image all good, can set the environment variables and at the moment I have this config inside context-mysql.xml which is amended when the docker container starts
<Resource
name="mail/Session"
auth="Container"
type="javax.mail.Session"
mail.debug="true"
mail.smtp.sendpartial="true"
mail.smtp.auth="true"
mail.smtp.starttls.enable="true"
mail.smtp.host="@mail.host@"
mail.smtp.port="@mail.port@"
mail.smtp.user="@mail.user@"
mail.smtp.password="@mail.password@"
mail.smtp.socketFactory.class="javax.net.ssl.SSLSocketFactory"
/>
However when we submit a form it is not sending an email, and it’s not logging any errors either, so I wondered in the configuration where are the email settings for bloomreach as a platform configured as I can find no documentation on the website documents.
Thanks
John