Php codeIgniter使用attechment发送邮件不工作

Php codeIgniter使用attechment发送邮件不工作,php,codeigniter,Php,Codeigniter,我的邮件没有发送,我不知道有什么问题,产生以下错误 未定义的属性:CI\u电子邮件::$config请尝试: $path=$this->email->config->item('server_root'); $file=$path.'/mail_demo/attechment/mytext.txt'; 使用CodeIggnters电子邮件类。hay解决此问题只需更改$path=$this->config->item('server_root'); $this->emai

我的邮件没有发送,我不知道有什么问题,产生以下错误 未定义的属性:
CI\u电子邮件::$config

请尝试:

$path=$this->email->config->item('server_root');
$file=$path.'/mail_demo/attechment/mytext.txt';

使用CodeIggnters电子邮件类。

hay解决此问题只需更改$path=$this->config->item('server_root');
$this->email->attach('/mail_demo/attechment/mytext.txt');