Skip to content

Instantly share code, notes, and snippets.

View safwanebrahim-uc's full-sized avatar

Safwan safwanebrahim-uc

  • UniCourt
  • Managalore
View GitHub Profile
<?php
class MyHookClass
{
public function myHook(SugarBean $bean, $event, $arguments)
{
$emailObj = new Email();
$defaults = $emailObj->getSystemDefaultEmail();
$mail = new SugarPHPMailer();
$mail->setMailerForSystem();