Re: James email triggers / event driven emails

2008-04-06 Thread Magnus Olstad Hansen
Hi, 1 - Fully possible. Learn enough Java so that you can implement your own Mailet and include that in your James setup. http://james.apache.org gives you all the info you need on implementing your mailet. Whatever method you want to use for communication with your PERL script, you can probab

James email triggers / event driven emails

2008-04-06 Thread Jean Cabanac
Hi all, I would like to know these items regarding James: 1- how do I enable such that I can take the contents of an incoming email (body subject and attachment(s) and pass them in real time to another program in perl OR how do I take the contents and post them to a URL ? Please keep