You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 20, 2023. It is now read-only.
Description
Setting notifications>enabled to false and restarting the server does not prevent emails from being sent.
Steps to Reproduce
"notifications": {
"enabled": false,
"email": {
"host": "smtp.gmail.com",
"port": 587,
"user": "TheGmailBeingUsed@gmail.com",
"password": "gmailpassword",
"fromAddress": "whatever",
"fromName": "Test Pool"
Expected behavior
No emails are sent when blocks are discovered, etc.
Actual behavior
Emails are still delivered just the same as when enabled:true
Reproduces how often
100%
Version
v21 release and also the head dev build as of 3/18/2018.