On Mon, Jul 09, 2001 at 07:09:36PM -0400, Tim Musson wrote:
> There are many ways to do this. I usually use Net::SMTP, but there is
> also Net::Mailer (which I believe runs Net::SMTP for you), and
> Net::Sendmail (and I think this runs Net::Mailer?).

These should be Mail::Sendmail and Mail::Mailer.  Mail::Sendmail does not
"run", or use, Mail::Mailer.

Mail::Mailer will indeed use Net::SMTP to send mail if that's what you
request.  It will also use sendmail (the program) directly, or mail (the
program).

 
Michael
--
Administrator                      www.shoebox.net
Programmer, System Administrator   www.gallanttech.com
--

Reply via email to