91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

CI發送到郵箱功能(支持發送附件)

發布時間:2020-06-16 13:20:28 來源:網絡 閱讀:903 作者:x舊傷 欄目:開發技術

前幾天用CI寫項目用到了一個發送郵件函數,今天把它貢獻出來,希望有用,什么都不說了,直接上方法

public function sendMail() {
  $config['protocol']  = 'smtp';//采用smtp方式
  $config['smtp_host'] = 'smtp.126.com';
  $config['smtp_user'] = 'mytest@126.com';//你的郵箱帳號
  $config['smtp_pass'] = 'mytest123';//你的郵箱密碼
  //$config['smtp_pass'] = 25;
  $config['charset']   = 'utf-8';
  $config['wordwrap']  = TRUE;
  $config['mailtype']  = "html";
  $this->load->library('email');//加載email類
  $this->email->initialize($config);//參數配置
  $this->email->from('lijunhua19862008@126.com', '我是發件人 陳文');
  $this->email->to('my@test.com');
  //$this->email->cc('another@another-example.com');
  //$this->email->bcc('them@their-example.com');
  $this->email->subject('Email Test to guijia');
  $this->email->message('Testing the email class.');
  $this->email->attach('static/upfile/'.$sfile.'');
  //顯示發送郵件的結果,加載到res_view.php視圖文件中
  if(!$this->email->send()){
  $data="<font color='red' size='10px'>郵件發送失敗,可能是由您的發件人或者密碼填寫不匹配造成</font>";
  } else {
  $data="<font color='red' size='10px'>郵件發送成功</font>";
  }
  echo $data;
  echo $this->email->print_debugger();
}
向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

建平县| 永福县| 青铜峡市| 柯坪县| 松江区| 彰武县| 福贡县| 呼玛县| 井研县| 龙江县| 林西县| 丽水市| 保康县| 德兴市| 黎川县| 江山市| 龙岩市| 浦东新区| 延吉市| 十堰市| 崇仁县| 莱州市| 宝坻区| 花莲市| 宣威市| 古田县| 三台县| 宝山区| 大方县| 临清市| 罗平县| 万荣县| 许昌县| 尼玛县| 社会| 涞水县| 陈巴尔虎旗| 三门县| 定陶县| 兴城市| 东城区|