mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Change base64.enc to base64.encode.
This commit is contained in:
@@ -104,7 +104,7 @@
|
||||
subject = subject:gsub("${account}", id);
|
||||
subject = subject:gsub("${domain_name}", domain_name);
|
||||
subject = trim(subject);
|
||||
subject = '=?utf-8?B?'..base64.enc(subject)..'?=';
|
||||
subject = '=?utf-8?B?'..base64.encode(subject)..'?=';
|
||||
|
||||
--prepare the body
|
||||
local f = io.open(file_body, "r");
|
||||
|
||||
Reference in New Issue
Block a user