From 5e916eed6fb5ab26d06786a955a572f9636a2569 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 30 Dec 2020 09:39:36 +0100 Subject: [PATCH] Describe how to disable notifications Fixes #1 --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e2b01d5..4308908 100644 --- a/README.md +++ b/README.md @@ -9,4 +9,8 @@ Known issues: address and will fail to be created. Enable all users prior to the migration. * Timestamps are not preserved. The Zammad API doesn't seem to allow this. * Zammad will send notification for all actions, you probably want to disable - outgoing mail for time of import. + outgoing mail for time of import: + * Disable all triggers sending mail (Manage / Trigger + * Disable notifications for all existing users (seems like every user has to do this) + * Safer approach might be to use own SMTP server and temporarily discard all + mail from Zammad for the migration run.