No problem Tomasz.

Just to get things clear, could you please answer these two questions:

1) At the time you created this bug, you were using "mailer => SMTP"? If
not, what did you use?

2) The script you used at that time had it's layout like this:

=begin of example=

# some code here
my $sender = Email::Send->new({mailer => 'SMTP'});
$sender->mailer_args([Host=> 'smtp.example.com']);
$sender->send($message);
# some other code that could take more than a couple of seconds
# etc etc

=end of example=

-- 
Send::Email doesn't finish SMTP transaction properly
https://bugs.launchpad.net/bugs/228679
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to