email works now + schema more closely follows original
All checks were successful
Deploy to Server / deploy (push) Successful in 17s

This commit is contained in:
2026-05-05 18:38:53 +00:00
parent 7da8bda5eb
commit 576c4acc01
3 changed files with 849 additions and 42 deletions

View File

@@ -18,7 +18,7 @@ async function sendMail({ to, subject, html }) {
return null;
}
return mg.messages.create(DOMAIN, {
from: `"BlindMaster" <${FROM}>`,
from: FROM,
to: [to],
subject,
html,