Skip to content
Advertisement

Codeigniter send email with attach file

I am trying to send email on codeigniter with attach file.

I always receive email successfully. However , I never receive with attach file. Below is code and highly appreciate for all comments.

JavaScript

Advertisement

Answer

$this->email->attach()

Enables you to send an attachment. Put the file path/name in the first parameter. Note: Use a file path, not a URL. For multiple attachments use the function multiple times. For example:

JavaScript
User contributions licensed under: CC BY-SA
7 People found this is helpful
Advertisement