Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

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

by Lyla (Initiate)
on Apr 30, 2006 at 04:21 UTC ( [id://546551]=perlquestion: print w/replies, xml ) Need Help??

Lyla has asked for the wisdom of the Perl Monks concerning the following question:

This node falls below the community's threshold of quality. You may see it by logging in.
  • Comment on I need a simple web form processor that will work with "POP before SMTP".

Replies are listed 'Best First'.
Re: I need a simple web form processor that will work with "POP before SMTP".
by eXile (Priest) on Apr 30, 2006 at 05:12 UTC
    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. :)

      I'm sorry, I thought my question was specific.
      I need a web form processor, for simple forms, that can send the input to an already existing SMTP server that requires "POP before SMTP" with my already existing POP3 server.
      Any recomendations would be greatly appreciated.

      Content restored by Arunbear, using g0n's mirror.

        Use your existing form processor, but add a couple of lines to connect to your POP server (using Net::POP3) before the call to SMTP.
Re: I need a simple web form processor that will work with "POP before SMTP".
by CountZero (Bishop) on Apr 30, 2006 at 09:28 UTC
    And to process your web-form you should look at the CGI module (or its various look-alikes (CGI::Simple, ...].

    CountZero

    "If you have four groups working on a compiler, you'll get a 4-pass compiler." - Conway's Law

Re: I need a simple web form processor that will work with "POP before SMTP".
by ahmad (Hermit) on Apr 30, 2006 at 21:09 UTC

    what do you want to do exactly ?

    and what do you mean by will work with "POP before SMTP"

      I have moved to a new server (linux) that uses POP before SMTP to help thwart unauthorized relaying. I understand the concept, however the web forms from my old server (linux) nolonger work because they do not address the POP server before addressing the SMTP server. I need some way (a snip?) to enable this feature.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://546551]
Approved by planetscape
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (5)
As of 2024-04-24 12:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found