Hi All,
I am new to life ray.I have one requirement I want to provide the Organization Specific mail configurations for each organization.
Right now we are using global one by providing the configuration in root.xml file as follows.
<Resource
name="mail/MailSession"
auth="Container"
type="javax.mail.Session"
mail.imap.host="localhost"
mail.pop3.host="localhost"
mail.smtp.host="localhost"
mail.store.protocol="imap"
mail.transport.protocol="smtp"
/>
Now My requirement is how I can provide the organization specific mail configuration using liferay 5.1.2
Give me some suggestions how to achieve this requirement.
Thanks & Regards
Kiran Kumar Boyini.
Please sign in to flag this as inappropriate.