We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdf9cfe commit ca64e94Copy full SHA for ca64e94
src/config.js
@@ -217,7 +217,10 @@ export class FailsConfig {
217
this.addladmins = []
218
}
219
220
- if (env.FAILS_ADMIN_EMAIL_SERVER && process.env.FAILS_ADMIN_EMAIL_SENDER_ADDRESS) {
+ if (
221
+ env.FAILS_ADMIN_EMAIL_SERVER &&
222
+ process.env.FAILS_ADMIN_EMAIL_SENDER_ADDRESS
223
+ ) {
224
this.nodemailerconfig = {
225
host: env.FAILS_ADMIN_EMAIL_SERVER,
226
port: env.FAILS_ADMIN_EMAIL_SERVER_PORT,
0 commit comments