in reply to SMTP Authentication

I'm using the same setup grandfather is using. I was able to access the server using port 587. How do I integrate this into my code?

Replies are listed 'Best First'.
Re^2: SMTP Authentication
by imp (Priest) on Aug 25, 2006 at 00:24 UTC
    my $pop = Net::SMTP->new($mail_server, Port => 587) or die "Can't open connection to $mail_server: