in reply to Re: Re: Net::SMTP_auth
in thread Net::SMTP_auth

I too am with rogers and used the following to get mine to work:
$smtp-auth('LOGIN', 'username@rogers.com', 'password');
you may be able to substitute LOGIN with PLAIN but I have not tried. Give it a whirl.