On 8/25/06, Alan Sanders <[EMAIL PROTECTED]> wrote:

my $mail_server = "mailhost";
my $username = "login";
my $password = "password";

I hope you're using the real values when you run your code for real.

my $smtp = Net::SMTP->new($mail_server, Hello => 'mailhost', Port => 587, Timeout 
=> 60, Debug => 1)

Did using the Debug option produce any helpful output?

Cheers!

--Tom Phoenix
Stonehenge Perl Training

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to