LoginSignup
4
4

More than 5 years have passed since last update.

redmine のメール通知を纏めて off にする方法

Posted at

検証環境で、API を使ったチケット登録・削除・変更をやっていると
登録されているユーザにメールが飛んで煩わしい・紛らわしいので、まとめて
off にしてみた。

PostgreSQL を使っているので psql を起動した後に

redmine=# update users set mail_notification = 'none';

とやれば良い。

40アカウントあるデータベースを使っての検証だったので、一瞬、一つずつ
Web 管理画面から off にしようかとおもったが、やらなくて良かった…

4
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
4