in reply to Re^4: SMTP e-mail 530 authenication problem
in thread SMTP e-mail 530 authenication problem
It appears you have not installed either Authen::SASL::Cyrus or Authen::SASL::Perl. If you install one of these then you should be able to use the auth method of Net::SMTP. Authen::SASL::Cyrus is based on the Cyrus SASL C library while Authen::SASL::Perl is pure Perl. You might try installing Authen::SASL::Perl first.
|
|---|