/**
  * Use when the service account has been delegated domain wide access.
  *
  * @param string subject an email address account to impersonate
  */
 public function setSubject($subject)
 {
     $this->config->set('subject', $subject);
 }