Notification issue
Hi! I need your help. I try to activate notifications for a workspace: I want a user to be notified when a document is created in that workspace but that user doesn't receive any email whenever I upload files in the workspace. Thanks in advance, Rado Andriamahady
Please don't discuss things by adding more answers, this is not a forum. You should edit your original question / answer, or add comments.
I finally figured out what went wrong. My settings use SSL (port 465): once I changed it to port 25 it worked.
I checked the log and this is the error that I get:
2014-09-08 13:02:27,538 WARN [Nuxeo-Work-default-4] [org.nuxeo.ecm.platform.ec.notification.NotificationEventListener] Failed to send notification email to 'rado.andriamahady@hk-outsourcing.com': javax.mail.MessagingException: Could not connect to SMTP host: teta.fr.planethoster.net, port: 465, response: -1
I confirm that those settings are those that I use in my email client
You can check the email debugging option in the admin. Restart the server and then have a look in the logs.
You can find the log path in the admin too (/var/log/nuxeo on linux). I do not know the path on windows.
log path on windows:
Windows Server 2008
All users: C:\ProgramData
One user: C:\Users\TheUser\AppData\Roaming
Vista / 7
All users: C:\ProgramData
One user: C:\Users\MyUser\AppData\Roaming
Windows XP (deprecated and no more supported by Microsoft)
All users: C:\Documents and Settings\All Users\Application Data
One user: C:\Document and Settings\MyUser\Application Data
incoming server: teta.fr.planethoster.net (IMAP) port:993 with SSL Authentication: true User: hk-outsourcing@hk-outsourcing.com Password: Outgoing server: teta.fr.planethoter.net port: 465 with SSL Same authentication information as incoming settings
How do I check (the logs) to know wether nuxeo tried to send the email or not or if an error occured
In fact I installed nuxeo on windows and during the installation process I've been asked to configure email settings which ended as a success but I didn't touch any conf file.