add missing FROM field

This commit is contained in:
Alex Holliday
2025-05-12 11:37:59 -07:00
parent 880f57a308
commit ea64316c55

View File

@@ -130,6 +130,7 @@ class EmailService {
try {
const info = await this.transporter.sendMail({
to: to,
from: systemEmailAddress,
subject: subject,
html: html,
});