http://www.perlmonks.org?node_id=1046598


in reply to Re^2: Can't locate objet method "new" via package "Mail::SendMail"
in thread Can't locate objet method "new" via package "Mail::SendMail"

The code you posted looks like it is for a module called SendMail.pm. from here http://www.tneoh.zoneit.com/perl/SendMail/ whereas the module you have installed is Mail::Sendmail. You need to rewrite your code to be like the example in Mail::Sendmail .
poj