[mirotalksfu] - fix typo
هذا الالتزام موجود في:
@@ -16,13 +16,15 @@ const EMAIL_PASSWORD = config.email ? config.email.password : false;
|
|||||||
const EMAIL_SEND_TO = config.email ? config.email.sendTo : false;
|
const EMAIL_SEND_TO = config.email ? config.email.sendTo : false;
|
||||||
const EMAIL_ALERT = config.email ? config.email.alert : false;
|
const EMAIL_ALERT = config.email ? config.email.alert : false;
|
||||||
|
|
||||||
log.info('Email', {
|
if (EMAIL_ALERT && EMAIL_HOST && EMAIL_PORT && EMAIL_USERNAME && EMAIL_PASSWORD && EMAIL_SEND_TO) {
|
||||||
alert: EMAIL_ALERT,
|
log.info('Email', {
|
||||||
host: EMAIL_HOST,
|
alert: EMAIL_ALERT,
|
||||||
port: EMAIL_PORT,
|
host: EMAIL_HOST,
|
||||||
username: EMAIL_USERNAME,
|
port: EMAIL_PORT,
|
||||||
password: EMAIL_PASSWORD,
|
username: EMAIL_USERNAME,
|
||||||
});
|
password: EMAIL_PASSWORD,
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
const transport = nodemailer.createTransport({
|
const transport = nodemailer.createTransport({
|
||||||
host: EMAIL_HOST,
|
host: EMAIL_HOST,
|
||||||
|
|||||||
المرجع في مشكلة جديدة
حظر مستخدم