在PHP中用Socket傳送電子郵件

2021-03-31 08:56:31 字數 695 閱讀 4762

在php中用socket傳送電子郵件

hello! this is a test!

'; //生成mime類例項

$mime = new mime_mail("chatme@263.***", $to, $str);

//新增html附件

$mime->attach($html_data, "", html, base64);

//注釋掉,採用我的傳送郵件處理

//$mime->send_mail();

//生成郵件

$mime->gen_email();

//顯示郵件資訊

//echo $mime->email."

"; //包含sendmail檔案

include "sendmail.class.php3";

//建立例項

$sendmail=new send_mail("**tp.263.***", "limodou", true);

//傳送郵件

$sendmail->send("chatme@263.***", "chatme@263.***", $str, $mime->email);

?>

注釋寫的很清楚,就不再做更多的解釋了。如果實際應用中,請將send_mail建構函式中的debug設為false或不寫即可。

在PHP中用Socket傳送電子郵件

在php中用socket傳送電子郵件 hello this is a test 生成mime類例項 mime new mime mail chatme 263.net to,str 新增html附件 mime attach html data,html,base64 注釋掉,採用我的傳送郵件處理 m...

用Socket傳送電子郵件 php

用socket傳送電子郵件 hello this is a test 生成mime類例項 mime new mime mail chatme 263.net to,str 新增html附件 mime attach html data,html,base64 注釋掉,採用我的傳送郵件處理 mime s...

PHP 傳送電子郵件

php 傳送電子郵件 php 允許您從指令碼直接傳送電子郵件。php mail 函式 php mail 函式用於從指令碼中傳送電子郵件。語法 mail to,subject,message,headers,parameters to 必需。規定 email 接收者。subject 必需。規定 ema...