Update send_email.lua

This commit is contained in:
FusionPBX 2023-05-25 13:23:16 -06:00 committed by GitHub
parent 47bc97347f
commit 677aa45a90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -33,8 +33,8 @@
local db = dbh or Database.new('system')
local settings = Settings.new(db, domain_name, domain_uuid)
local transcribe_enabled = settings:get('voicemail', 'transcribe_enabled', 'boolean');
local email_queue_enabled = settings:get('email_queue', 'enabled', 'boolean') or "false";
local http_protocol = settings:get('domain', 'http_protocol', 'text') or "https";
local email_queue_enabled = "true";
--get voicemail message details
local sql = [[SELECT * FROM v_voicemails