Skip to content

Instantly share code, notes, and snippets.

@jrvaja
Created June 25, 2012 11:48
Show Gist options
  • Save jrvaja/2988146 to your computer and use it in GitHub Desktop.
Save jrvaja/2988146 to your computer and use it in GitHub Desktop.
CodeIgniter:mailAttachmnetsCode
$path=$this->config->item('server_root');
$file=$path.'/CI25_06_2012/attachments/informa.txt';
$this->email->attach($file);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment