• How can we archive emails to users in Sugar through Outlook

    Hi Everyone, When we are archiving emails from Outlook to Sugar, can we relate to Users module? If yes can anyone suggest,how we can do this.I did not find any information in the Outlook plugin guide related to this.
  • custom email code not sending returns false

    $link = '<a href=" http://'.$root_url.'/index.php?module=CB_SupportTickets&action=DetailView&record='.$bean- >id.'"/> Click Here</a>'; $emailObj = new Email(); $defaults = $emailObj->getSystemDefaultEmail(); $mail = new SugarPHPMailer(); $mail->setMailerForSystem…