Page 1 of 1

Send all Notifications from single Email

PostPosted:Mon Oct 28, 2013 3:27 pm
by EMS
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?
Code: Select all
	<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"
			/>
Thanks in advance

Re: Send all Notifications from single Email

PostPosted:Wed Oct 30, 2013 11:57 am
by jllort
Should change source code for it. Anyway take in mind you'll lose the information about who's the sender which should be introduced in some way in body mail.