in reply to MS Exchange?

I am not an exchange "expert" but if you have the pop option enabled. You might be able to use mods like Mail::Sendmail and MIME::Lite But the real question would be why? If they need to read mail from an account a mail client would do the job better.

Update

Well reading the post again. What are they reading? If you want them to submit a form, well that sounds like a CGI which one of the others can answer that better.

Replies are listed 'Best First'.
Re: Re: MS Exchange?
by glwtta (Hermit) on Feb 01, 2003 at 03:28 UTC
    They are not reading, they are sending (I think I phrased the question badly).

    Right now what happens is: user filles out and submits form, perl script inserts the info into the database. In addition to this, I want to have the option of having the user send an email to a specified address, where the perl script would retrieve it from and insert the data into the database. This sort of thing feels a little icky, but it is a small and silly project.