Corrected email address

This commit is contained in:
2024-02-19 10:49:37 -05:00
parent e132015871
commit 24d5364da0
+1 -1
View File
@@ -11,7 +11,7 @@ var Mail = {};
Mail.send = async function(to, subject, message, from){
await sgMail.send({
to: to,
from: from || `${conf.name} Accounts <accounts@no-reply.theta42.com>`,
from: from || `${conf.name} Accounts <noreply@sendgrid.theta42.com>`,
subject: subject,
text: message,
html: message,