The default Nuxeo Platform email configuration is filled in with neutral values that you need to edit to make the platform work with your mail server. Unless you do that, alerts emails won't be sent to users.
To enable notifications, modify the values of the properties of your
nuxeo.conf
file.
Please refer to the table below for the keys to add or edit.
Email Information Configuration
Field / Property | Description |
---|---|
Email notifications subject prefixnuxeo.notification.eMailSubjectPrefix
| Text displayed in the "Object" before the object of the alerts email to help users identify that the emails are coming from the application. Default value is "[Nuxeo]". You can change is to whatever value you like. |
Mail store protocolmail.store.protocol
| Name of the protocol used to store emails on the server. Default value is "pop3". You may need to change it to "IMAP". |
Mail transport protocolmail.transport.protocol
| Name of the protocol used to send emails. Default value is "smtp". This should work in most cases. |
Host Name for Storemail.store.host
| Name of the mail server host used to receive and store emails. Default value is "localhost". You need to change it. |
Port Number for Storemail.store.port
| Mail server port to receive and store emails. Default value is 110. |
Username for Store
mail.store.user
| Type the username that will be used if you set the authentication for SMTP parameter to "true". |
Password for Storemail.store.password
| Type the password that will be used if you set the authentication for SMTP parameter to "true". |
Debug modemail.debug
| Default value is set to "false". Change it to "true" if you want to have the details of what the server is doing in the logs. |
Host Name for Transportmail.transport.host
| Mail server host name for outgoing mails. Default value is "localhost". You need to change it so emails can be sent from the server. |
Port Number for Transportmail.transport.port
| Mail server port for outgoing emails. Default value is 25. |
Use Authentication for Transportmail.transport.auth
| Indicate if authentication is needed for the mail server to send emails. |
Sender Address Mailmail.from
| Email address that will displayed as the sender's address. |
Transport Connection using TLSmail.transport.usetls
| Indicate if TLS is needed for the mail server. Default value is "false". You should change it to "true" if your SMTP requires TLS |
You can use fakeSMTP for test purposes.
If you have complex mail server configurations, you may want to check the Javamail API FAQ for more information.
Related Documentation
Nuxeo Studio Community Cookbook