|
emailclass.php
復制代碼 代碼如下:
<?
class CMailFile {
var $subject;
var $addr_to;
var $text_body;
var $text_encoded;
var $mime_headers;
var $mime_boundary = "--==================_846811060==_";
var $smtp_headers;
function CMailFile($subject,$to,$from,$msg,$filename,$downfilename,$mimetype = "application/octet-stream",$mime_filename = false) {
$this->subject = $subject;
$this->addr_to = $to;
$this->smtp_headers = $this->write_smtpheaders($from);
$this->text_body = $this->write_body($msg);
$this->text_encoded = $this->attach_file($filename,$downfilename,$mimetype,$mime_filename);
$this->mime_headers = $this->write_mimeheaders($filename, $mime_filename);
}
function attach_file($filename,$downfilename,$mimetype,$mime_filename) {
$encoded = $this->encode_file($filename);
if ($mime_filename) $filename = $mime_filename;
$out = "--" . $this->mime_boundary . "/n";
$out = $out . "Content-type: " . $mimetype . "; name=/"$filename/";/n";
$out = $out . "Content-Transfer-Encoding: base64/n";
$out = $out . "Content-disposition: attachment; filename=/"$downfilename/"/n/n";
$out = $out . $encoded . "/n";
$out = $out . "--" . $this->mime_boundary . "--" . "/n";
return $out;
}
function encode_file($sourcefile) {
if (is_readable($sourcefile)) {
$fd = fopen($sourcefile, "r");
$contents = fread($fd, filesize($sourcefile));
$encoded = chunk_split(base64_encode($contents));
fclose($fd);
}
return $encoded;
}
function sendfile() {
$headers = $this->smtp_headers . $this->mime_headers;
$message = $this->text_body . $this->text_encoded;
mail($this->addr_to,$this->subject,$message,$headers);
} www.jbxue.com
function write_body($msgtext) {
$out = "--" . $this->mime_boundary . "/n";
$out = $out . "Content-Type: text/plain; charset=/"us-ascii/"/n/n";
$out = $out . $msgtext . "/n";
return $out;
}
function write_mimeheaders($filename, $mime_filename) {
if ($mime_filename) $filename = $mime_filename;
$out = "MIME-version: 1.0/n";
$out = $out . "Content-type: multipart/mixed; ";
$out = $out . "boundary=/"$this->mime_boundary/"/n";
$out = $out . "Content-transfer-encoding: 7BIT/n";
$out = $out . "X-attachments: $filename;/n/n";
return $out;
}
function write_smtpheaders($addr_from) {
$out = "From: $addr_from/n";
$out = $out . "Reply-To: $addr_from/n";
$out = $out . "X-Mailer: php3/n";
$out = $out . "X-Sender: $addr_from/n";
return $out;
}
}
/*用法 - 例如:mimetype 為 "image/gif"
$mailfile = new CMailFile($subject,$sendto,$replyto,$message,$filename,$mimetype);
$mailfile->sendfile();
$subject -- 主題
$sendto -- 收信人地址
$replyto -- 回復地址
$message -- 信件內容
$filename -- 附件文件名
$downfilename -- 下
主站蜘蛛池模板:
快播电影频道
|
韩国演艺圈qvod
|
久久精品麻豆国产天美传媒果冻
|
大香伊人中文字幕精品
|
a在线观看免费视频
|
日韩视频在线观看
|
97人人超碰国产精品最新蜜芽
|
国产精品久久久久久人妻精品蜜桃
|
中文在线日韩亚洲制服
|
国产乱妇乱子在线播视频播放网站
|
亚洲欧美综合乱码精品成人网
|
伊人影院蕉久
|
老师给美女同学开嫩苞
|
蜜桃视频无码区在线观看
|
青草国产超碰人人添人人碱
|
97精品国产高清在线看入口
|
久久国产加勒比精品无码
|
GOGOGO高清在线播放免费
|
丰满大爆乳波霸奶
|
亚洲国产在线午夜视频无
|
无罩看奶禁18
|
贤妻良母电影日本
|
蜜桃成熟时2在线观看完整版hd
|
强奷漂亮女老板在线播放
|
yw193龙物免费官网在线
|
狠狠人妻久久久久久综合九色
|
伊人色综合久久天天
|
色欲AV人妻精品麻豆AV
|
试看做受120秒免费午夜剧场
|
亚洲欧美一区二区久久
|
国产精品一区二区四区
|
狼与美女谐音歌词
|
97成人免费视频
|
国产在线中文字幕
|
国产亚洲一区在线
|
扒开女人下面使劲桶视频
|
youjizz护士|
久久影院午夜理论片无码
|
北条麻妃夫の友人196
|
日日噜噜噜夜夜爽爽狠狠
|
国产亚洲精品久久久久久国
|