Hello,
Kindly provide steps to do Email configuration for OpenKM Community 6.3.1
Thank you.
					
										
																										
            Kindly provide steps to do Email configuration for OpenKM Community 6.3.1
Thank you.
<Resource name="mail/OpenKM" type="javax.mail.Session"
    mail.transport.protocol="smtp"
    mail.smtp.auth="true"
    mail.smtp.host="your smtp server"
    mail.smtp.user="<username>"
    password="<password>"
    mail.port="25"
    mail.debug="true"/>application.url=http://localhost:8080/OpenKM/frontend/index.jsp<jbpm-configuration>
  <!-- 
    The default configurations can be found in org/jbpm/default.jbpm.cfg.xml 
    Those configurations can be overwritten by putting this file called 
    jbpm.cfg.xml on the root of the classpath and put in the customized values.
  -->
  <jbpm-context>
    <service name="authentication" factory="org.jbpm.security.authentication.DefaultAuthenticationServiceFactory" />
    <service name="logging" factory="org.jbpm.logging.db.DbLoggingServiceFactory" />
    <service name="message" factory="org.jbpm.msg.db.DbMessageServiceFactory" />
    <service name="persistence" factory="org.jbpm.persistence.db.DbPersistenceServiceFactory" />
    <service name="scheduler" factory="org.jbpm.scheduler.db.DbSchedulerServiceFactory" />
    <service name="tx" factory="org.jbpm.tx.TxServiceFactory" />
  </jbpm-context>
  
  <string name="resource.mail.templates" value="jbpm.mail.templates.xml"/>
  <string name="jbpm.mail.from.address" value="noreply@xxxx.com" />
  <string name="jbpm.mail.smtp.host" value="SMTP Server" />
  <string name="jbpm.mail.debug" value="true" />
  <!--
  <string name="jbpm.mail.smtp.ssl" value="false" />
  <string name="jbpm.mail.smtp.port" value="25" />
  <string name="jbpm.mail.smtp.user" value="noreply@xxxx.com" />
  <string name="jbpm.mail.smtp.pwd" value="Password of noreply" />
  <string name="jbpm.mail.smtp.pass" value="Password of noreply" />
  <string name="jbpm.mail.smtp.password" value="Password of noreply" />
  <string name="jbpm.mail.smtp.auth" value="true" />
  <string name="jbpm.mail.smtp.starttls.enable" value="true" />
  <string name="jbpm.mail.debug" value="true" />
  -->
    
  <bean name="jbpm.mail.address.resolver" class="com.openkm.workflow.AddressResolver" singleton="true"/>
  
</jbpm-configuration><Resource name="mail/OpenKM" type="javax.mail.Session"
mail.transport.protocol="smtp"
mail.smtp.auth="true"
mail.smtp.host="your smtp server"
mail.smtp.user="<username>"
password="<password>"
mail.port="25"
mail.debug="true"/>jllort wrote:You only need to change:Do you mean that I need to type my password and username here?
conf/server.xml ( read here http://wiki.openkm.com/index.php/Tomcat ... figuration )Code: Select allWith this change you got mail poll configured, you do not need anything else.<Resource name="mail/OpenKM" type="javax.mail.Session" mail.transport.protocol="smtp" mail.smtp.auth="true" mail.smtp.host="your smtp server" mail.smtp.user="<username>" password="<password>" mail.port="25" mail.debug="true"/>