in reply to Getting Net::SMTP::SSL debug information
is what I do...my $smtp = Net::SMTP::SSL->new("", Debug=>1, Timeout=>20, Port=>465); $smtp->auth('', "") or die "Error message: $smtp->message";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Getting Net::SMTP::SSL debug information
by sirsir (Initiate) on Feb 04, 2009 at 16:36 UTC | |
by Anonymous Monk on Feb 05, 2009 at 04:12 UTC |