Mail - store merge emails to a single contact in drafts before they're sent, instead of directly in sent folder

This commit is contained in:
nathangray 2019-08-16 10:46:35 -06:00
parent 6254eb61fd
commit ce79581185

View File

@ -1574,7 +1574,7 @@ class mail_compose
try try
{ {
$merged_mail_id = ''; $merged_mail_id = '';
$folder = ''; $folder = $this->mail_bo->getDraftFolder();
if(($error = $document_merge->check_document($_REQUEST['document'],''))) if(($error = $document_merge->check_document($_REQUEST['document'],'')))
{ {
$content['msg'] = $error; $content['msg'] = $error;