question 1 - yes. question 2 - normally the remaining code doesn't take that long to finish, but now when u mentioned it I remember I had problems where a child process (where the script is being run from) wouldn't exit properly continuing to execute parent code. in that case the answer is yes... however I use Email::Send throughout my app many times and not all of the calls have got the same run scenario thus I don't know if that one was the only one which caused the problems.
2008/12/31 petski <[email protected]>: > 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 direct subscriber > of the bug. > -- 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 [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
