in reply to Net::SMTP auth login fails - passes in username twice!

A super search for Net::SMTP and auth found several threads referencing Net::SMTP and the auth() method, notably this one. It suggests that you need to have either Authen::SASL::Cyrus or Authen::SASL::Perl installed for the auth() method to function properly.
  • Comment on Re: Net::SMTP auth login fails - passes in username twice!

Replies are listed 'Best First'.
Re^2: Net::SMTP auth login fails - passes in username twice!
by m0thr4 (Initiate) on Jul 21, 2009 at 14:48 UTC
    I already have Authen::SASL installed.