SMTP: Capturing delivery status

2001-10-28 Thread Eric Pretorious
Hello: Is there a simple way to send an e-mail and capture the delivery status in a perl script? I'd like to create a CGI script that will collect visitors' e-mail addresses (from an html form) and send the visitor a positive .html message if the greeting is successfully sent to the address that

mod_perl and nntp.perl.org

2001-10-28 Thread Scott R. Godin
I just sorted through the news groups here looking to see if there was a perl.mod_perl group specifically for discussing same, or something along those lines, but found little.. is it worth pursuing a request for such a thing to be added, or something similar in scope that could enclose mod_p

Re: mod_perl and nntp.perl.org

2001-10-28 Thread David Kirol
I am also interested in finding more help with mod_perl. I am trying to use HTML Mason (which requires mod_perl) and other tools. Any thing that would help reduce the learning gradient for me would be appreciated. "Scott R. Godin" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAI

inserting a forward slash into a variable

2001-10-28 Thread Guy Tubbs
Hi, Can anyone tell me how to insert a forward slash '/' into a variable when searching and replacing. If you look below I'm trying to search for 'booking2.html' then replace it with 'http://xxx' etc, but I get an error when it's run. $line=~s/booking2.html/http:www.mysite//booking2.html/g;

Re: inserting a forward slash into a variable

2001-10-28 Thread fliptop
Guy Tubbs wrote: > > Can anyone tell me how to insert a forward slash '/' into a variable when > searching and replacing. > > If you look below I'm trying to search for 'booking2.html' then replace it > with 'http://xxx' etc, but I get an error when it's run. > > $line=~s/booking2.html/http:///

Re: autoresponder?

2001-10-28 Thread fliptop
[reply cc'd to list] David Gerler wrote: > > Do you know of a good book that I can use to get a good general overview of > using filters and mail servers and all? I am a true beginner and have s > many questions about this stuff. Each time I get an answer five more > questions come up. LOL..