亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

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

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

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

石狮市| 雷山县| 永定县| 廊坊市| 永和县| 浮山县| 旺苍县| 简阳市| 丹东市| 利津县| 曲阜市| 日喀则市| 曲靖市| 定南县| 隆尧县| 醴陵市| 庆元县| 弋阳县| 会宁县| 广丰县| 台州市| 安福县| 宜昌市| 深水埗区| 大名县| 东丽区| 巍山| 时尚| 和平区| 延川县| 鄯善县| 涿州市| 娱乐| 田东县| 邵阳县| 太和县| 宜昌市| 永丰县| 哈尔滨市| 福海县| 岳阳县|