Implemented e-mail notification trigger.
This commit is contained in:
@@ -33,6 +33,7 @@ module.exports = {
|
||||
},
|
||||
},
|
||||
web: {
|
||||
address: 'https://traxxx.me',
|
||||
host: '0.0.0.0',
|
||||
port: 5000,
|
||||
sfwHost: '0.0.0.0',
|
||||
@@ -203,6 +204,8 @@ module.exports = {
|
||||
},
|
||||
email: {
|
||||
// Resend
|
||||
enabled: false,
|
||||
apiKey: null,
|
||||
from: 'noreply@alerts.traxxx.me',
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user