发送mime邮件类
bsp; $this->multipart.= "--".$sec_boundary. "--\n\n"; } } /*************************************** ** Adds an image to the list of embedded ** images. ***************************************/ function add_html_image($file, $name = '''', $c_type= ''application/octet-stream'', $location= ''''){ $this->html_images[] = array( ''body'' => $file, ''name'' => $name, ''c_type'' => $c_type, ''location'' => $location, ''cid'' => md5(uniqid(time())) ); } /*************************************** ** Adds a file to the list of attachments. ************************ |
查看所有评论
