Pop\Mail\Message::getHtml PHP Method

getHtml() public method

Get HTML part of the message.
public getHtml ( ) : string
return string
    public function getHtml()
    {
        return $this->html;
    }

Usage Example

Example #1
0
 /**
  * Get HTML part of the message.
  *
  * @return string
  */
 public function getHtml()
 {
     return $this->message->getHtml();
 }