PDA

View Full Version : forwarding email to a php script or java program?


nankoweap
03-15-2009, 05:13 PM
wasn't too sure where to post this so feel free to move to a more appropriate forum/folder.

one of my web applications that i'm considering moving to futurequest has a standalone java program that parses incoming email messages and stores the required data in its database. on my own server i accomplish this by employing a .forward file that forwards each message to the program. can something like this be accomplished on futurequest? i don't mind porting the java program to a php script, if needed.

thanks.

jason

hobbes
03-15-2009, 05:16 PM
Yes, through the use of a custom filter (http://service.futurequest.net/index.php?_a=knowledgebase&_j=questiondetails&_i=98).

nankoweap
03-15-2009, 05:26 PM
egggselent. thanks, hobbes.