Fix. send_mail without file.
This commit is contained in:
@@ -90,7 +90,7 @@ if freeswitch then
|
|||||||
if file then
|
if file then
|
||||||
freeswitch.email(address, address, mail_headers, body, file)
|
freeswitch.email(address, address, mail_headers, body, file)
|
||||||
else
|
else
|
||||||
freeswitch.email(address, address, mail_headers, body, file)
|
freeswitch.email(address, address, mail_headers, body)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user