enable welcome messages

This commit is contained in:
Ben Allfree 2024-11-17 15:37:00 +00:00
parent b3879d6645
commit 9b8c7f1563

View File

@ -119,7 +119,7 @@ const mkNotificationProcessor =
subject, subject,
html, html,
} }
if (test || true) { if (test) {
msgArgs.to = [{ address: `ben@benallfree.com` }] msgArgs.to = [{ address: `ben@benallfree.com` }]
msgArgs.subject = `***TEST ${to} *** ${msgArgs.subject}` msgArgs.subject = `***TEST ${to} *** ${msgArgs.subject}`
} }