my $smtp = Net::SMTP::SSL->new('smtpout.secureserver.net', Port => 465, Debug => 1, Hello => 'mysite.org') or die $!;