1
0
Fork 0
mirror of synced 2024-10-01 09:38:55 +13:00

Merge branch 'develop' of github.com:Budibase/budibase into feature/app-quotas

This commit is contained in:
mike12345567 2022-05-26 14:57:28 +01:00
commit 80d6dec808

View file

@ -53,6 +53,7 @@ exports.run = async function ({ inputs }) {
if (!contents) { if (!contents) {
contents = "<h1>No content</h1>" contents = "<h1>No content</h1>"
} }
to = to || undefined
try { try {
let response = await sendSmtpEmail(to, from, subject, contents, true) let response = await sendSmtpEmail(to, from, subject, contents, true)
return { return {