in reply to Sending Mail Through ISP (SMTP Auth)

Mail::Sender supports several authentication protocols, hopefully the one you need to use is among them. Use

use Mail::Sender; print join(', ', Mail::Sender->QueryAuthProtocols('servername')),"\n" +;
to get a list of those supported by the server. The ones supported by Mail::Sender are PLAIN, LOGIN, CRAM-MD5 and NTLM.

Jenda
Enoch was right!
Enjoy the last years of Rome.