1
0
Fork 0
mirror of synced 2024-06-28 02:50:50 +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 80d6dec808

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 {