Agent to parse formmail replies
I am using the formmail perl script that emails a form submitted on my Web site. I would like this email when it arrives the specified mailbox on my domino server to be acted upon by an agent that will parse the information from the mail and enter into specified fields creating a new document.

    Requires Free Membership to View

    Register today to access targeted resources from our editorial writers and independent industry experts focused on Lotus Domino, Notes, Workplace and other related technologies.

    By submitting your registration information to SearchDomino.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchDomino.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.

Not a problem, just add an agent to the mail database and set the "When should this agent run?" feature to "After new mail arrives". You can then code the logic (in either LotusScript or Java) that will parse the values from the body of the mail into fields in a document the mail database or another database.

This was first published in March 2002