08-16-2017 09:07 AM
Hello to the community,
I have a concern about email notifications. When I create a user and set "No" to "Set password for user", I have a blue alert: "Guest user" But no mail is sent.
I would like to know why? I put you in screenshot data of the conf file so that you can help me because it's been 4 days that I'm stuck.
Thank you in advance.
08-16-2017 09:18 AM
Hello, You have to configure email information based on this guide : https://doc.nuxeo.com/nxdoc/set-up-email-notification/ Here it is an example :
mail.from=name@gmail.com
mail.store.host=imap.gmail.com
mail.store.password=password
mail.store.port=993
mail.store.protocol=imap
mail.store.user=name@gmail.com
mail.transport.auth=true
mail.transport.host=smtp.gmail.com
mail.transport.password=password
mail.transport.port=587
mail.transport.user=name@gmail.com
mail.transport.usetls=true
mailservice.password=password
mailservice.user=name@gmail.com
08-16-2017 09:23 AM
Yes I had seen but even supplementing with this help, I do not see anything else to fill. Because users and passwords are not required.
08-16-2017 09:31 AM
Configuration depends on email you will use( for example gmail). You have to fill email and password because this email will be used to send automated emails when you invite a user.
08-16-2017 09:46 AM
If my company is called abba, can I easily set my own address with name@abba.fr?
08-16-2017 09:57 AM
Address must be valid. If you want to use name@abba,fr you should change the configurations (ports, protocol, host etc) depending on your email domain.
08-16-2017 10:38 AM
I think my configuration is ideal but it still does not work. I probably forgot something? I do not understand very well.
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.