mirror of
https://github.com/fosrl/pangolin.git
synced 2026-01-28 22:00:51 +00:00
remove no reply check in send email
This commit is contained in:
@@ -6,7 +6,7 @@ import logger from "@server/logger";
|
||||
|
||||
function createEmailClient() {
|
||||
const emailConfig = config.getRawConfig().email;
|
||||
if (!emailConfig || !emailConfig.no_reply) {
|
||||
if (!emailConfig) {
|
||||
logger.warn(
|
||||
"Email SMTP configuration is missing. Emails will not be sent."
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user