Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

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 ( [id://546554]=note: print w/replies, xml ) Need Help??


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. :)

Replies are listed 'Best First'.
Re^2: I need a simple web form processor that will work with "POP before SMTP".
by Lyla (Initiate) on Apr 30, 2006 at 15:39 UTC

    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.
        Yes, that would work. I'm not much of a coder, can you give me a snip?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (5)
As of 2024-03-28 08:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found