11-19-2015 05:56 AM
I'm trying to get notification working so i've downloaded nuxeo-features/nuxeo-platform-notification from GitHub but i'm getting some errors when launching mvn clean install , also i can't find a release for 7.3 version. i wonder if notifications code is still in nuxeo-platform-notification bundle or it's in a new location (bundle) . The below class is a Javamail working example
11-19-2015 08:35 AM
As 7.3 is not a LTS, it seems to only have a SNAPSHOT release on GitHub, like any other FT. The 7.3-SNAPSHOT for nuxeo-platform-notification is available [here](https
11-19-2015 09:36 AM
Thank you [Greg Drayon](https
11-19-2015 10:48 AM
i can't find a release for 7.3 version
I don't understand; are you looking for the 7.3 release tag in GitHub?
You should better look at https://github.com/nuxeo/nuxeo/blob/release-7.3/nuxeo-features/nuxeo-platform-mail/nuxeo-platform-ma...
https://github.com/nuxeo/nuxeo/tree/release-7.3 is the Git tag corresponding to the 7.3 release. https://github.com/nuxeo/nuxeo/tree/7.3-SNAPSHOT corresponds to the 7.3-SNAPSHOT artifacts. Those artifacts are deprecated since 7.4 release and may be purged at any time, as well as the branch being deleted.
11-19-2015 11:02 AM
My bad, I just discovered the "tag" tab in the switch branch/tag popup, thanks to you.
11-19-2015 11:02 AM
Thank you [Julien Carsique](https
11-19-2015 11:22 AM
Some tests rely on the service configuration, thus are configurable from outside Java with System properties.
11-19-2015 12:03 PM
Sorry, i didn't understand, should i look over every class and replace values like "mail.from", "mail.to" ..., or it's possible using XML contributions/extension points to test the bundle ? Also i can't find variable referring to Tls and authentication fields , actually i've tried a sample Javamail and i could send / receive mail using 465 port with authentication , but when using the same with Nuxeo i'm having ```
11-19-2015 12:17 PM
Testing emailing is always complex
11-19-2015 12:42 PM
[Julien Carsique](https
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.