This commit is contained in:
markjcrane
2015-12-04 17:35:27 -07:00
10 changed files with 23 additions and 21 deletions
@@ -90,7 +90,7 @@ if freeswitch then
if file then
freeswitch.email(address, address, mail_headers, body, file)
else
freeswitch.email(address, address, mail_headers, body, file)
freeswitch.email(address, address, mail_headers, body)
end
end
end