I´ve learned a lot in the past few month.
Currently I´m working on some tasks for automated kdm creation via bash script.
Everything works fine, exept automated email delivery.
I´m workin on a ubuntu machine with installed gui of DCCP-o-matic.
From the gui I can send the kdm Email without problems. When I use the dcpomatic2_kdm_cli
with specified cinema and room I can create the kdm without problems but the email function is not triggered.
When I open the gui, the checkbox for sending emails is always unchecked.
I want it to be checked by default and automatically send the kdm email.
The generated code that I´m using looks like this:
Code: Select all
dcpomatic2_kdm_cli -f "2021-10-26 00:00" -t "2021-12-31 22:22" -c "Testcinemaname" -S "Screen_01" -o "/home/kdmfolder" -v /hpstorage/DKDM/testcert.pem.kdm.xml
How can I send the email from the dcpomatic2_kdm_cli tool.
Hope someone can give me a hint.