Update SSO mail
This commit is contained in:
parent
ac9e9b468a
commit
52d4b0333d
@ -104,7 +104,7 @@ async function localSendEmailCode({
|
|||||||
mailObject["from"] = `"Datasquirel SSO" <${
|
mailObject["from"] = `"Datasquirel SSO" <${
|
||||||
sender || "support@datasquirel.com"
|
sender || "support@datasquirel.com"
|
||||||
}>`;
|
}>`;
|
||||||
mailObject["sender"] = sender || "support@summitlending.com";
|
mailObject["sender"] = sender || "support@datasquirel.com";
|
||||||
mailObject["to"] = email;
|
mailObject["to"] = email;
|
||||||
mailObject["subject"] = "One Time Email Login Code";
|
mailObject["subject"] = "One Time Email Login Code";
|
||||||
mailObject["html"] = fs
|
mailObject["html"] = fs
|
||||||
|
Loading…
Reference in New Issue
Block a user