Documentation updates.

This commit is contained in:
Patrick Fic
2023-02-14 15:05:09 -08:00
parent f41b94d16d
commit c2bf6841e1
4 changed files with 22 additions and 13 deletions

View File

@@ -28,7 +28,7 @@ exports.sendServerEmail = async function ({ subject, text }) {
transporter.sendMail(
{
from: `ImEX Online API - ${process.env.NODE_ENV} <noreply@imex.online>`,
to: ["patrick@snapt.ca"],
to: ["patrick@imexsystems.ca"],
subject: subject,
text: text,
ses: {