perlscript performance in ASP

2003-10-20 Thread Peter Lavender
Hi everyone, I've done up a couple of ASP pages that use Net::LDAP DBI,DBD::ODBC and a SMTP module (not all on the same page,i t's mostly for a whitepages so it's LDAP heavy). The question I have is fairly general. What are ppl's experience with PerlScript in ASP? I'm finding that the

setting From: using Mail::Send/Mailer

2002-10-08 Thread Peter Lavender
Hi Everyone, I'm just mucking about with Mail::Mailer Mail::Send basically becuase I need a simple lightweight SMTP mailer. The problem I have hit is that the From field is always postmaster@machine name I would however like to set this myself. I have looked over the perldoc for

Re: setting From: using Mail::Send/Mailer

2002-10-08 Thread Peter Lavender
* Edgington, Jeff ([EMAIL PROTECTED]) wrote: I use Mail::SendMail and the from works fine on it. Yeah, I could also have used MIME::Lite too.. I was thinking that the MailTools package was like a default install for activestates perl.. which is why I was using Mail::Send Mail::SendMail is