CodeIgniter基于Email類發(fā)郵件的方法,codeigniteremail_PHP教程
Jul 12, 2016 am 08:55 AMCodeIgniter基于Email類發(fā)郵件的方法,codeigniteremail
本文實例講述了CodeIgniter基于Email類發(fā)郵件的方法。分享給大家供大家參考,具體如下:
CodeIgniter擁有功能強大的Email類。以下為利用其發(fā)送郵件的代碼。
關于CI的Email類的詳情請參考:http://codeigniter.org.cn/user_guide/libraries/email.html
文件路徑為/application/controllers/welcome.php
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); class Welcome extends CI_Controller { public function index() { $this->load->library('email'); //加載CI的email類 //以下設置Email參數(shù) $config['protocol'] = 'smtp'; $config['smtp_host'] = 'smtp.163.com'; $config['smtp_user'] = 'fanteathy'; $config['smtp_pass'] = '******'; $config['smtp_port'] = '25'; $config['charset'] = 'utf-8'; $config['wordwrap'] = TRUE; $config['mailtype'] = 'html'; $this->email->initialize($config); //以下設置Email內(nèi)容 $this->email->from('fanteathy@163.com', 'fanteathy'); $this->email->to('517081935@qq.com'); $this->email->subject('Email Test'); $this->email->message('<font color=red>Testing the email class.</font>'); $this->email->attach('application\controllers\1.jpeg'); //相對于index.php的路徑 $this->email->send(); //echo $this->email->print_debugger(); //返回包含郵件內(nèi)容的字符串,包括EMAIL頭和EMAIL正文。用于調(diào)試。 } }
在加載Email類之后需要配置Email參數(shù)。配置完成之后使用
$this->email->initialize($config)
來初始化參數(shù)。再設置郵件的內(nèi)容,最后調(diào)用
$this->email->send()
發(fā)送郵件。其中要注意如果添加附件時,附件的地址是相對CI根目錄下的index.php的路徑。運行結(jié)果如下:
更多關于CodeIgniter相關內(nèi)容感興趣的讀者可查看本站專題:《codeigniter入門教程》、《CI(CodeIgniter)框架進階教程》、《php日期與時間用法總結(jié)》、《php面向?qū)ο蟪绦蛟O計入門教程》、《php字符串(string)用法總結(jié)》、《php+mysql數(shù)據(jù)庫操作入門教程》及《php常見數(shù)據(jù)庫操作技巧匯總》
希望本文所述對大家基于CodeIgniter框架的PHP程序設計有所幫助。
您可能感興趣的文章:
- CodeIgniter使用smtp服務發(fā)送html郵件的方法
- codeigniter發(fā)送郵件并打印調(diào)試信息的方法
- Codeigniter發(fā)送郵件的方法
- Codeigniter實現(xiàn)發(fā)送帶附件的郵件
- CodeIgniter分頁類pagination使用方法示例
- CodeIgniter輔助之第三方類庫third_party用法分析
- CodeIgniter擴展核心類實例詳解
- CI(Codeigniter)的Setting增強配置類實例
- php實現(xiàn)仿寫CodeIgniter的購物車類
- Codeigniter的dom類用法實例
- Codeigniter購物車類不能添加中文的解決方法

? AI ??

Undress AI Tool
??? ???? ??

Undresser.AI Undress
???? ?? ??? ??? ?? AI ?? ?

AI Clothes Remover
???? ?? ???? ??? AI ?????.

Clothoff.io
AI ? ???

Video Face Swap
??? ??? AI ?? ?? ??? ???? ?? ???? ??? ?? ????!

?? ??

??? ??

???++7.3.1
???? ?? ?? ?? ???

SublimeText3 ??? ??
??? ??, ???? ?? ????.

???? 13.0.1 ???
??? PHP ?? ?? ??

???? CS6
??? ? ?? ??

SublimeText3 Mac ??
? ??? ?? ?? ?????(SublimeText3)

??? ??











Windows 11 ???? Outlook ?? ???? ???? ??? ??? ?? ??? ?? ??? ?? OutlookMail? ???? ?? ??? ??? ??? ??? ????????. ? Outlook ???? ???? ???? ?? ??? ?????? ???? Outlook ?? ???? ?? ??? ?? ?? ??? ?? ? ????. Outlook? ???? ???? ?????. Microsoft Store?? Office ?? ????? ???? ?? ???? ???? ???? ????. ???? mlcfg32.cpl ?? ??? ????. ?????? mlcfg32.cpl ?? ??? ???? ????. ?? ?? ??? ? ??????? ????? ???? ?? ????.

Word? ???? ?? ?? ??? ??? ? ? ???? ???? ?? ? ??? ??? ? ????. ?? ??? ???? ??? ?? ???? ?? ????? ?? ? ?? ??? ?????. Microsoft Word?? ?? ?? ??? ???? ? ???? ?? ??? ???? ???? ???? ? ???? ??? ??? ?? ??? ?? ??? ?? ????. ?? ?? ??? ????? ??? ??? ?????. ??? ?? Word ???? ?? ?? ??? ????? ? ? ????? ? ???? ????? ?? ???? ???? ??????. ?? ??? ???? ??? ?? ??? ? ????. ?? ? ??? ??? ???? ???? ?? ??? ?? ???? ??? ???? ?????. ???

PHP? ???? ?????? ????. ???? ??? ??? ?? ???? ???. ??: ? ???? ??? ???? ???? ?? ? ?????. ??? ???? ???? ???? ??? ???? ??? ???? ???? ??? ??? ?? ??? ???? ?? ??? ????. ? ??? ???? ?? PHP? ???? ???? ?????? ?? ??? ??? ???? ? ????. ? ????? ?? ?? ??? ?? ?????? ???? ??? ?? ?? ??? ??? ?? PHP? ???? ??? ?????. 1. ???? ??? ?? ??

CodeIgniter?? ??? ?? ????? ???? ?? ??: ?? ? ???? ????? ???????? ??? ??? ???. ??? ????? ???? ??? ?? ?? ?? ?? ??? ???? ? ??? ? ????. ?? ???? PHP ?????? CodeIgniter? ???? ??? ?????. ? ???? CodeIgniter?? ??? ?? ????? ???? ??? ???? ??? ?? ??? ?????. ???? ??: ????? ??? ?????.

PHP ??? ?? ??: ???? ?? ??? ?? ? ??? ?? ?? ???? ???? ???? ?? ??? ???? ???? ?? ??? ?????. ??? ?? ??? ??? ??? ???? ???? ???? ???? ??? ?? ? ?????. ??? ???? ??? ? ???? ??????, ???? ?? ???? ??? ??? ??? ????? ??? ? ? ????? ?? ??? ?? ??? ?? ??????. ??? ?? ??? ???? ?? ??? ??? ???? ???? ? ??? ? ? ????.

CodeIgniter ????: ?????? ??? ? ??? ??? ??? ??: ? ??????? ???? ?? ??? ?? ???? ?? ???? ?????? ??? ???? ????? ?? ?? ????? ?? ??? ???? ???? ???. CodeIgniter(CI)? ?? ??? ??? ???? ?? PHP ?? ??????? ? ? ??? ???????. ????? ??? ????? ???? ??? ???? ??? ?????. ? ????? ?? ??? ?????.

6? 7? ??? ???, ?? ??? AppleInsider? ?? ??? ???? ???? Apple? ????? iOS18 ? macOS15 ???? ??? ??????? ???? AI? ???? ???? ???? ????? ?? ? ?? ???? BlackPearl? ?? ??? ?????. ?? ??? ??? ?? ?????. ??? ?? ???? BlackPearl? ?? ??? ?? ??? ???? ???, ?? ? ??? ??? ???? ? ?? ??? ?????. ??? ?? ?? ??? ??????? ??? "??? ??" ??? ???? ???? LLM(?? ?? ??) Ajax? ???? ??? ????? ??? ??? ?? ???? ?????. ?? ??

CodeIgniter ??????? ?????? ?? ??(QueryBuilder)? ???? ?? ??: CodeIgniter? ? ?????? ???? ???? ???? ?? ?? ??? ??? ?????? ???? ?? PHP ????????. ?? ???? ?? ? ??? ?????? ?? ?? ???? ???? ???? ??? ??? ???? ?????? ?? ??(QueryBuilder)???. ?? ???? Co ???? ???????.
