国产探花免费观看_亚洲丰满少妇自慰呻吟_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;

}

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 蒙山县| 邵东县| 神农架林区| 镇康县| 延川县| 六枝特区| 射洪县| 七台河市| 达孜县| 富蕴县| 宁海县| 连平县| 白玉县| 会宁县| 新田县| 城口县| 惠水县| 宿松县| 鸡东县| 阳原县| 玛纳斯县| 泸溪县| 蛟河市| 酉阳| 花莲县| 商洛市| 山东省| 阳原县| 来安县| 津市市| 北辰区| 福清市| 江陵县| 井研县| 洞口县| 临江市| 阳新县| 深州市| 青川县| 江川县| 隆尧县|