hi all,
I didnt roll with the normal template, as i feel it isnt really relevant to the question.
We run schedualed automatic backups of our zammad environment, and that is working perfectly as expected.
However, i am wanting to know if it is possible to set the email channels to DISABLED via an api or ruby call?
I found a thread to enable maintenance mode via a ruby call, but i know a total of ZERO ruby programming. so im hoping that someone can tell me what to do to enable / disable it.
Thread relating to maintenance mode - Activate maintenance mode via Rails?
Idealy, i would like the plan to be
backup script called → disables email → enable maintenance mode → does backup → when complete enables email and removes maintenance mode → life goes on as normal.