mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 03:33:49 +00:00
[send_mail] return freeswitch.email Boolean value (#6231)
This commit is contained in:
@@ -266,10 +266,11 @@ else
|
||||
"X-Headers: " .. xheaders
|
||||
|
||||
if file then
|
||||
freeswitch.email(address, from, mail_headers, body, file)
|
||||
ok = freeswitch.email(address, from, mail_headers, body, file)
|
||||
else
|
||||
freeswitch.email(address, from, mail_headers, body)
|
||||
ok = freeswitch.email(address, from, mail_headers, body)
|
||||
end
|
||||
return ok
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user