Welcome Guest, Not a member yet? Register   Sign In
attach multiple file in email
#2

You can attach as many files as you like, just cascade them.

$this->email->attach($full_path_and_name);
$this->email->attach($full_path_and_name);

In your case if your using the FILES array you would need to attach them
inside of a for loop, getting the file path and name into a string variable.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
attach multiple file in email - by eleumas - 09-14-2017, 06:04 AM
RE: attach multiple file in email - by InsiteFX - 09-14-2017, 08:47 AM
RE: attach multiple file in email - by eleumas - 09-14-2017, 09:19 AM



Theme © iAndrew 2016 - Forum software by © MyBB