Beispiel #1
0
 /**
  * Returns the header content string of the list of addresses being sent to
  *
  * @param \r8\Mail $mail The piece of mail whose "to" fields are being formatted
  * @return String
  */
 public function getToString(\r8\Mail $mail)
 {
     return $this->getAddressList($mail->getTo());
 }