Esempio n. 1
0
 /**
  * Returns the person who sent the message.
  *
  * @return Email
  */
 public function getFrom()
 {
     return new Email($this->message->getFrom(), $this->message->getFromName());
 }