Controller
public function index(){ send_mail(\'New Volunteer Form received\', $this->load->view(\'site/email/volunteer\', NULL, TRUE
Try this
$this->email->attach('/path/to/photo1.jpg', 'inline');
or
$message = 'Photo'; $message .= ''; $message .= '" height="100" width="150">'; $message .= '';
To use the default disposition (attachment), leave the second parameter blank, otherwise use a custom disposition