Hello
I’ve been trying to configurate the Email notification, but eventhough I don’t receive any error, I don’t recive the notifications either.
I’ve made what says on KNIME Server Administration Guide , and my knime.xml looks like:
Then I found this Email notification is not working and I edited the knime-server.config file from knime_server\workflow_repository\config like this:
mail.smtp.host=smtp.gmail.com
mail.smtp.from=XXXX@XXXX.XXX
mail.smtp.port=587
mail.smtp.auth=true
mail.smtp.user=XXXX@XXXX.XXX
password=XXXXX
mail.smtp.ssl.enable=false
mail.smtp.starttls.enable=true
I also reset the executor but It’s still not working. Could you tell me what I am doing wrong?
Thanks
NDekay
March 19, 2021, 10:16pm
2
Hello,
I believe the documentation on the email notifications may be wrong; try changing mail.smtp.from to
mail.from=XXXX@XXXX.XXX
and see if that works for you.
Thanks,
Nickolaus
1 Like
NDekay:
mail.from=
Thanks for the answer.
It still doesn’t work. I change
mail.smtp.from to mail.from
Re-execute the server but still does not send notifications.
Any Clue? Do you need additional information?
NDekay
March 24, 2021, 5:47pm
4
Hello,
(Following up just for posterity:)
I missed one thing.
password=XXX
should be
mail.password=XXX
As we discussed via video call, correcting these two settings (mail.from and mail.password) enabled notifications and we verified it worked.
Regards,
Nickolaus
2 Likes
system
Closed
March 31, 2021, 5:48pm
5
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.