mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-07 20:23:51 +00:00
Fix file attachment for email.lua.
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
from = argv[2];
|
||||
subject = argv[3];
|
||||
body = argv[4];
|
||||
--file = argv[5];
|
||||
file = argv[5];
|
||||
--convert_cmd = argv[6];
|
||||
--convert_ext = argv[7];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user