How to configure to receive emails?

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.

1 votes

1 answers

2589 views

ANSWER



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
1 votes



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.

I feel like I have filled everything, where I have to fill things up.

08/16/2017

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

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

It must be a mail question from a valid address? Or can I put name@abba.com?

What is the priority between the configuration file via the terminal and the setup in Nuxeo?

Thanks for your help.

08/16/2017

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. The same configuration you can do via terminal or the setup. It depends on your choice.
08/16/2017

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

nuxeo.notification.eMailSubjectPrefix = "[Nuxeo]" mail.transport.host = smtp.enterprise.fr mail.transport.port = 25 mail.transport.auth = true mail.transport.user=xx.xx@enterprise.fr mail.transport.password = password mail.from=xx.xx@enterprise.fr mailservice.user=xx.xx@enterprise.fr mailservice.password = password mail.store.protocol = SMTP mail.transport.protocol = SMTP mail.user = mail.pop3.host = mail.debug =

Where are the mails stored on the server located? In the database?

08/16/2017