1
0
Fork 0
mirror of synced 2024-09-20 03:08:18 +12: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 39ace532c5

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 {