cancel
Showing results for 
Search instead for 
Did you mean: 

Datalist item creation on inbound email

jjacobwip
Champ in-the-making
Champ in-the-making
Hi,

I have a requirement to create a new Datalist Item upon receiving an inbound email.

I am aware about Alfresco's Inbound Email configuration but how do I execute custom code to create the datalist item upon receiving an email? Should I be using Metadata Extractors/Rules? IF so, can someone give an idea about how to go about it?


Thanks,
Jerry
2 REPLIES 2

mrogers
Star Contributor
Star Contributor
One approach is to write an EmailMessageHandler,  that's the extension point for inbound email.

jjacobwip
Champ in-the-making
Champ in-the-making
Thanks. Also came across RMI Email Service but could not find much documentation on that.  Can we use that to poll emails from an Exchange server (MS), that way, take off the burden from Alfresco to act as a Mail server.