cancel
Showing results for 
Search instead for 
Did you mean: 

How to configure to receive emails?

gaetan_leclercq
Champ on-the-rise
Champ on-the-rise

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.

6 REPLIES 6

Bora_
Confirmed Champ
Confirmed Champ

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

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.

Bora_
Confirmed Champ
Confirmed Champ

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.

If my company is called abba, can I easily set my own address with name@abba.fr?

Bora_
Confirmed Champ
Confirmed Champ

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.

I think my configuration is ideal but it still does not work. I probably forgot something? I do not understand very well.