プロジェクト

全般

プロフィール

Vote #72313

完了

Issue reminder doesn't work when using asynchronous delivery

Admin Redmine さんが3年以上前に追加. 3年以上前に更新.

ステータス:
Closed
優先度:
通常
担当者:
-
カテゴリ:
Email notifications_9
対象バージョン:
開始日:
2022/05/09
期日:
進捗率:

0%

予定工数:
category_id:
9
version_id:
54
issue_org_id:
11550
author_id:
57969
assigned_to_id:
1
comments:
2
status_id:
5
tracker_id:
1
plus1:
0
affected_version:
closed_on:
affected_version_id:
43
ステータス-->[Closed]

説明

Command rake RAILS_ENV=production redmine:send_reminders days=7 doesn't send any emails to users.
Issue notification works fine

email config

production:
  email_delivery:
    delivery_method: :async_smtp
    async_smtp_settings:
      tls: false
      enable_starttls_auto: false
      address: "****"
      port: 25
      domain: "****"
      authentication: :login
      user_name: "****"
      password: "****"
      openssl_verify_mode: "none"

In application log i've only this:

Rendered mailer/reminder.text.erb within layouts/mailer (51.4ms)
Rendered mailer/reminder.html.erb within layouts/mailer (11.2ms)

"rake about" output

About your application's environment
Ruby version              1.9.2 (i486-linux)
RubyGems version          1.3.7
Rack version              1.4
Rails version             3.2.6
JavaScript Runtime        therubyracer (V8)
Active Record version     3.2.6
Action Pack version       3.2.6
Active Resource version   3.2.6
Action Mailer version     3.2.6
Active Support version    3.2.6
Middleware                Rack::Cache, ActionDispatch::Static, Rack::Lock, #, Rack::Runtime, Rack::MethodOverride, ActionDispatch::RequestId, Rails::Rack::Logger, ActionDispatch::ShowExceptions, ActionDispatch::DebugExceptions, ActionDispatch::RemoteIp, ActionDispatch::Callbacks, ActiveRecord::ConnectionAdapters::ConnectionManagement, ActiveRecord::QueryCache, ActionDispatch::Cookies, ActionDispatch::Session::CookieStore, ActionDispatch::Flash, RedmineDmsf::NoParse, ActionDispatch::ParamsParser, ActionDispatch::Head, Rack::ConditionalGet, Rack::ETag, ActionDispatch::BestStandardsSupport, OpenIdAuthentication
Application root          /var/www/redmine
Environment               production
Database adapter          mysql2
Database schema version   20120714122200


journals

Fixed in r10147.
--------------------------------------------------------------------------------
Merged in 2.0-stable.
--------------------------------------------------------------------------------

Admin Redmine さんが3年以上前に更新

  • カテゴリEmail notifications_9 にセット
  • 対象バージョン2.0.4_54 にセット

他の形式にエクスポート: Atom PDF

いいね!0
いいね!0