ascendro / redmine_issue_reminder

Plugin for Redmine to create different role based reminders for a project
20 stars 48 forks source link

No emails are sent if delivery method is :async_smtp #14

Open MichaelKling opened 12 years ago

MichaelKling commented 12 years ago

See: http://www.redmine.org/issues/5058 for detailed explanation.

I had this issue on a redmine 1.2-stable version.

I solved it with putting Thread.list.each {|t| t.join(10) unless t == Thread.current} in redmine_issue_reminder / lib / tasks / reminder.rake behind ReminderMailer.deliver_issues_reminder(user, queries_data)

does that make sense? would be nice if somebody can confirm that - in that case we could overtake it officially here