mirror of
https://github.com/pockethost/pockethost.git
synced 2025-11-28 08:11:01 +00:00
enable welcome messages
This commit is contained in:
parent
b3879d6645
commit
9b8c7f1563
@ -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}`
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user