Hello everybody,
I’ve been trying to use Sogo . After update to 3.2.4 version I can send email via web gui, but when I am trying to create new event and invite somebody SOGo don’t send any information (email).
But when I create new email I can send it with no problem.
Cheers
I do have the same issue her with NS 7.3.1611, SOGo Version 3.2.7 in combination with Lightning (Thunderbird 52.2.1 (32-Bit) and Lightning 5.4.2.1) on caldav calendars only!
on local calendars I can send invitations mails
Sogo Web-Interface also doing it correct
caldav calenders can not send email invitations at all (greyed out option)
Searching the web this problem seems to be from SOGo, maybe
SOGoAppointmentSendEMailNotifications setting but so far I could not get any solution on that.
Sounds to me as some config settings for Sogo are missing and maybe a cronjob, too. I’m not so deep inside the Sogo implementatin for NS to see if I’m on the right track…
I hope someone else can confirm this issue.
No it is workable here, I can create an event in the calendar of sogo, put several participants, each of one receive an email instantly (accept, decline, attempt, delegate the event). Does it is like you tried ?
I have also this issue, the event is well created in the sogo calendars by lightning, I can see all the attendees, but sogo don’t send appointment to attendees.
Hello @stephdl. Nice to have you back!
Look s like you see the same issue now. The calendar entries are all fine, but the mails are not sent out and the fastest way to verify this - even before you store anything in the calender - is shown in my screen dump on top. Click on ‘Teilnehmer’ (=Attendees) und you will see the grayed out option to send emails.
Can you see this as described?
I do have the lastest Sogo connector. 1st machine (enterprise edition):
[root@ds1 ~]# rpm -qa |grep -i sogo
sogo-activesync-3.2.7-1.ns7.x86_64
sogo-tool-3.2.7-1.ns7.x86_64
nethserver-sogo-1.6.5-1.ns7.noarch
sogo-3.2.7-1.ns7.x86_64
The question now is why does TB not want to send out mails?
a) because it never does on Caldav calendars?
b) because the initial contact with the Caldav server resulted in a feedback, that the server can not sent out mails (remember there is an option SOGoAppointmentSendEMailNotifications = YES; which is not YES per default!!!)
I vote for option b!
I have once had a situation where the caldav calender took time to sync and during this time I could see that TB was still willing to send out an email (not greyed out option), but after first synchronisation with SOGo the option was greyed out already.
Based on what I have found in the net TB is able to send out mails on caldav calenders, if server is supporting this (also seen on non Sogo servers). I further believe that it is not enough to switch on SOGoAppointmentSendEMailNotifications = YES; to make this happen. See here:
Maybe I mixed something about the SOGo settings, because
SOGoAppointmentSendEMailNotifications is yes on 3 machines here, so you are right - on per default.
for the nethserver version the cron job is not activated because sogo-ealarms-notify is not installed
# Email alarms - runs every minutes
# If you need to use SMTP AUTH for outgoing mails, specify credentials to use
# with '-p /path/to/credentialsFile' (same format as the sieve credentials)
#* * * * * sogo /usr/sbin/sogo-ealarms-notify > /dev/null 2>&1
but it is right for the sme server version although I have also the issue