RE: Using Net::SMTP with Authen:SASL

2005-06-27 Thread John Serink
ailobj->quit; #This worked, with subject, to and cc fields. #make sure the Auth::SASL module in installed. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of David Ressler > Sent: Monday, June 27, 2005 10:47 PM > To: Perl List &g

Using Net::SMTP with Authen:SASL

2005-06-27 Thread David Ressler
I've been advised by my web host that I should use authenticated SMTP instead of sendmail; that is, Net::SMTP using Authen::SASL. I'm getting no further guidance, so I've tried variations on the following with no success: use lib $SCRIPTS_DIR.'Authen'; #Contains Authen::SASL (not loaded by host) u