> For the complete documentation index, see [llms.txt](https://yutakatay.gitbook.io/katapedia/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://yutakatay.gitbook.io/katapedia/doc/redminemru.md).

# Redmineメール通知

configuration.yml全部コメント後

```
production:
email_delivery:
delivery_method: :smtp
smtp_settings:
address: mail_server_ip
port: 25
domain: domain_ip
authentication: :login
user_name: mail@address
password: xxxxx
```
