
Demerzel
Novice
Sep 16, 2012, 5:23 AM
Post #1 of 2
(6148 views)
|
Mail::Sender 0.8.21 bug?
|
Can't Post
|
|
I'am writing in advanced because it is probably library bug. This code works fine on PLD with Mail::Sender 0.8.16:
use Mail::Sender; ..... if( ref ($sender = new Mail::Sender { smtp => $smtp_host, from => $sender_email, auth => $smtp_auth, authid => $smtp_user, authpwd => $smtp_pass, on_errors => undef, # debug_level => 4, # debug => './log.txt', })) { But Debian 0.8.21 shows: "Error sending mail: connect() failed:" because of time. Question is does anyone have Mail:Sender 0.8.21 to confirm this bug and how to install older library using
|