http://qs321.pair.com?node_id=546554


in reply to I need a simple web form processor that will work with "POP before SMTP".

use Net::POP3 together with Mail::Sendmail (or your favorite CPAN module capable of sending mail) in your web form processor.

PS: asking a more specific question might result in more specific answers. :)