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
1 changed files with 1 additions and 0 deletions

View File

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