示例#1
0
 /**
  * The sender email address for the email
  * @return string the from email address.
  */
 public function getFromEmail()
 {
     return $this->settings->getFrom();
 }