in reply to Trouble getting Net::SMTP to work
$smtp = Net::SMTP->new('smtpmail.server.com') or die "Couldn't connect to SMTP server\n"; [download]