Set Multipart Value
Email Core_Email::set_alt_message( [ string $str = empty ] )
参数列表 参数 类型 描述 默认值 $str string empty
$str
string
Email
public function set_alt_message($str = '') { $this->alt_message = (string) $str; return $this; }