in reply to Re^4: email through Exchange server using StrawberryPerl
in thread email through Exchange server using StrawberryPerl

That's tough. I had expected that $Mail::Sender::Error would be more informative.

However, if I read Mail::Sender right, you could
die $sender->{'error_msg'}
or alternatively add
debug => 'c:/temp/mailsendertest.log'
into your constructor. (Attention: the doc says it will be overwritten, not appended)