Hey guys,
I have the email settings up and running by using the Tomcat mail configuration guide, but would like to know if it is possible to have OpenKM send all notifications from a single Email Account? Right now the from address is populated from the users Email address, but then what is the mail.smtp.from property used for?
I have the email settings up and running by using the Tomcat mail configuration guide, but would like to know if it is possible to have OpenKM send all notifications from a single Email Account? Right now the from address is populated from the users Email address, but then what is the mail.smtp.from property used for?
Code: Select all
Thanks in advance <Resource name="mail/OpenKM" type="javax.mail.Session"
mail.transport.protocol="smtp"
mail.smtp.auth="true"
mail.smtp.host="123.abc.com"
mail.smtp.port="25"
mail.smtp.user="noreply"
password="***************"
mail.smtp.from="user@abc.com"
mail.smtp.quitwait="false"
mail.smtp.starttls.enable="true"
mail.smtp.socketFactory.class="javax.net.ssl.SSLSocketFactory"
mail.debug="true"
/>