Skip to content
Snippets Groups Projects
Commit c851dc57 authored by Greeshma's avatar Greeshma
Browse files

email send mail manager fix

parent 33ab9ae5
No related branches found
No related tags found
No related merge requests found
......@@ -95,6 +95,7 @@ class Emails_Record_Model extends Vtiger_Record_Model {
// For selectedEmails check and push to emails array
foreach($selectedEmails as $selectedEmail){
$emails=array();
if(trim($selectedEmail)){
array_push($emails, $selectedEmail);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment