cancel
Showing results for 
Search instead for 
Did you mean: 

Email Custom Processing

jordan
Champ in-the-making
Champ in-the-making
Hi,

We are trying out the custom processing of the Email received over the SMTP. The information on the the page http://wiki.alfresco.com/wiki/Email_Server_Configuration is not very clear in terms of configuration to be done. Can some one please help where and how to configure the following code.
<property name="emailMessageHandlerMap">
      <map>
         <entry key="cm:folder">
            <ref bean="folderEmailMessageHandler"></ref>
         </entry>
         <entry key="cm:content">
            <ref bean="documentEmailMessageHandler"></ref>
         </entry>
      </map>
   </property>

Do we need to replace the existing one or how to go about it. Any pointers?
10 REPLIES 10

jordan
Champ in-the-making
Champ in-the-making
Dear Jay,

Thanks for the information. I will try this and update the status in a couple of days.