Merge pull request #1283 from moteus/sennd_mail_no_file
Fix. send_mail without file.
This commit is contained in:
commit
dba9e9ef61
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue