🐛 Updated notification sender (#289)
This commit is contained in:
@@ -49,7 +49,7 @@ export default class EmailPusherClass
|
|||||||
secure: false,
|
secure: false,
|
||||||
};
|
};
|
||||||
this.transporter = nodemailer.createTransport(smtpConfig);
|
this.transporter = nodemailer.createTransport(smtpConfig);
|
||||||
this.sender = this.configuration.get<string>("smtp_from", "");
|
this.sender = this.configuration.get<string>("sender", "");
|
||||||
} else {
|
} else {
|
||||||
this.transporter = null;
|
this.transporter = null;
|
||||||
this.apiUrl = this.configuration.get<string>("endpoint", "");
|
this.apiUrl = this.configuration.get<string>("endpoint", "");
|
||||||
|
|||||||
Reference in New Issue
Block a user