国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 網站 > 建站經驗 > 正文

ecshop繞過禁用SMTP發送郵件

2024-04-25 20:38:38
字體:
來源:轉載
供稿:網友

現在很多服務器商都會由于禁用SMTP,防止用戶濫發郵件,讓系統更穩定。 這里如果禁用,采用如下修改方法即可解決問題,

在ecshop種修改lib_base.php

將此函數原有的內容注釋掉,用下面的方法進行替換.即可繞過服務器使用80發送郵件.

function send_mail($name, $email, $subject, $content, $type = 0, $notification=false){

include_once(ROOT_PATH . 'includes/mandrill/Mandrill.php');

try {

$mandrill = new Mandrill($GLOBALS['_CFG']['smtp_pass']);

$message = array(

'text' => '',

'html' => $content,

'subject' =>$subject,

'from_email' => $GLOBALS['_CFG']['smtp_mail'],

'from_name' =>$shop_name,

'to' => array(

array(

'email' => $email,

'name' => $name,

'type' => 'to'

)//www.zuimoban.com

),

'headers' => array('Reply-To' => 'calvin@moke8.com')

);

//$async = false;

//$ip_pool = 'Main Pool';

//$send_at = '2015-05-05 16:56:01';

$result = $mandrill->messages->send($message);

return true;

//print_r($result);

} catch(Mandrill_Error $e) {

// Mandrill errors are thrown as exceptions

echo 'A mandrill error occurred: ' . get_class($e) . ' - ' . $e->getMessage();

// A mandrill error occurred: Mandrill_Unknown_Subaccount - No subaccount exists with the id 'customer-123'

throw $e;

}

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 塘沽区| 颍上县| 美姑县| 乌鲁木齐县| 霸州市| 峨边| 汽车| 南平市| 唐山市| 延津县| 汉阴县| 湾仔区| 遂平县| 新竹县| 渭源县| 河池市| 大田县| 高雄市| 吴川市| 娄底市| 正阳县| 买车| 清流县| 漳州市| 嘉祥县| 汝阳县| 梁河县| 合阳县| 甘肃省| 阿鲁科尔沁旗| 泾源县| 波密县| 都江堰市| 乐东| 平度市| 德令哈市| 建宁县| 祁门县| 竹山县| 海林市| 金华市|