发送mime邮件类
$smtp_obj; $smtp_obj = $smtp_obj; $this->headers .= ''From: ''.$from_addr. "\n"; $this->headers .= ''Subject: ''.$subject. "\n"; if(substr($this->headers, -2) == "\n") $this->headers = substr($this->headers,0,-2); $this->headers = explode( "\n", $this->headers); $smtp_obj->sendmessage($from_addr, $to_addr, $this->headers, $this->mime); } } // End of class. ?> |
查看所有评论
