Example #1
0
 public function post($dest, $reply, $subject, $body)
 {
     global $globals;
     Banana::$profile['headers']['From'] = $this->user->fullName() . ' <' . $this->user->bestEmail() . '>';
     Banana::$profile['headers']['Organization'] = make_Organization();
     return parent::post($dest, $reply, $subject, $body);
 }