Welcome Guest, Not a member yet? Register   Sign In
send 3 email each with attachment
#3

(This post was last modified: 11-07-2019, 05:08 AM by pippuccio76.)

(11-06-2019, 05:44 PM)dave friend Wrote: Probably because send() clears all the properties unless you tell it not to. Change the last line to

PHP Code:
return $this->email->send(false); 

Same error , 1  2 and 3 attachment with false too.

(11-07-2019, 04:57 AM)pippuccio76 Wrote:
(11-06-2019, 05:44 PM)dave friend Wrote: Probably because send() clears all the properties unless you tell it not to. Change the last line to

PHP Code:
return $this->email->send(false); 

Same error , 1  2 and 3 attachment with false too.

Now work ... in the function send_email under  load library i insert this :

$this->email->clear(TRUE);
Reply


Messages In This Thread
RE: send 3 email each with attachment - by pippuccio76 - 11-07-2019, 04:57 AM



Theme © iAndrew 2016 - Forum software by © MyBB