예제 #1
0
파일: MAILER.PHP 프로젝트: pauEscarcia/AIMM
        /**
	 * Sets message type to HTML.
	 * @param bool $bool
	 * @return void
	 */
	public function IsHTML($ishtml = true) {
               parent::IsHTML($ishtml);
               $this->sendHTML = $ishtml;
       }