This site uses cookies from Google to deliver its services, to personalize ads and to analyze traffic. Information about your use of this site is shared with Google. By using this site, you agree to its use of cookies. Learn More

How To Send Email With An Attachment In Codeigniter?

How To Send Email With An Attachment In Codeigniter? Web-development (jquery) How To Send Email With An Attachment In Codeigniter?

How To Send Email With An Attachment In Codeigniter?
How To Send Email With An Attachment In Codeigniter?
 $this->load->library('email'); $this->load->helper('path'); $this->email->from('your@example.com', 'Your Name'); $this->email->to('someone@example.com'); $this->email->cc('another@another-example.com'); $this->email->bcc('them@their-example.com'); $this->email->subject('Email Test'); $this->email->message('Testing the email class.'); /* This function will return a server path without symbolic links or relative directory structures. */ $path = set_realpath('uploads/pdf/'); $this->email->attach($path . 'yourfile.pdf'); /* Enables you to send an attachment */ $this->email->send(); echo $this->email->print_debugger(); 

0 Response to "How To Send Email With An Attachment In Codeigniter?"

Posting Komentar

Contact

Nama

Email *

Pesan *