We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Redmineに書き込みがあってメールをruby-coreやruby-devに送信する際、何らかの理由で失敗することがある。 そのような場合にはメールを再送信するようにしたい。
The text was updated successfully, but these errors were encountered:
Redmine 4.0 になって Sidekiq 経由でメール送信をするようになった。
Sidekiq::RetrySet.new
で送信失敗なジョブを取り出せるので、redmine の範囲内のものはこれで頑張ることができます。範囲外で失敗したものは Mailer#issue_add か Mailer#issue_edit メソッドをもう一度呼べばできそうです。
Mailer#issue_add
Mailer#issue_edit
Sorry, something went wrong.
No branches or pull requests
Redmineに書き込みがあってメールをruby-coreやruby-devに送信する際、何らかの理由で失敗することがある。
そのような場合にはメールを再送信するようにしたい。
The text was updated successfully, but these errors were encountered: