Various changes... Should have saved last night. Also send_email should NOT default to test mode!

This commit is contained in:
Scott Idem
2024-10-03 12:45:28 -04:00
parent bb27942b52
commit d6d4c88728
4 changed files with 9 additions and 3 deletions

View File

@@ -814,7 +814,7 @@ export let send_email = async function send_email(
data = {},
return_obj = false,
return_meta = false,
test = true,
test = false,
log_lvl = 0
} : {
api_cfg: any,