From baef67ef989ac02da131c7ba335b6806713611ed Mon Sep 17 00:00:00 2001 From: philc Date: Mon, 17 Feb 2025 20:22:23 +0100 Subject: [PATCH] email to sendfix --- apxtri/models/Notifications.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apxtri/models/Notifications.js b/apxtri/models/Notifications.js index 2fb65ad..1b49899 100644 --- a/apxtri/models/Notifications.js +++ b/apxtri/models/Notifications.js @@ -290,7 +290,7 @@ Notifications.manageemail = async (data, templatename, tribe, lg,numberpersecond results.fail.push({ to: em, err: ["errorformat"] }); } }) - + console.log(email.to) emailtosend.to = email.to.toLowerCase().trim(); if (emailtosend.to.length>2) { emailtosend.to=emailtosend.to.slice(0,-1);