In SOGo –> calendar –> create a new event you can specify how and when SOGo will notify. Choices are ‘Show an alert’ or ‘Send en a-mail’.

If I choose ‘show alert’ sogo correctly popups but if I select ‘email’ nothing happens.
This is my configuration:
in /opt/mailcow-dockerized/docker-compose.yml I have:
ofelia.job-exec.sogo_ealarms.schedule: “@every 1m”
ofelia.job-exec.sogo_ealarms.command: “/bin/bash -c \”[[ $${MASTER} == y ]] && /usr/local/bin/gosu sogo /usr/sbin/sogo-ealarms-notify -p /etc/sogo/sieve.creds || exit 0\""
in /opt/mailcow-dockerized/data/conf/sogo/sogo.conf I have:
SOGoAppointmentSendEMailNotifications = YES;
In addition: in the calendar properties I have selected to notify me when I modify. In this case email arrives correctly,

What am I missing ?