Welcome Guest, Not a member yet? Register   Sign In
How to send multiple attachments in mail at the time of generating pdf in codeigniter
#2

It's probably when you were doing debug.

$this->email->print_debugger() only works if you don't clear email after send with $this->email->send(false). The problem with that is, it'll keep all attachments in place too.

If you uncomment $this->email->clear(TRUE) - that will clear all the previous email data, and with true attribute, it will also clear attachments.
Reply


Messages In This Thread
RE: How to send multiple attachments in mail at the time of generating pdf in codeigniter - by Pertti - 08-29-2018, 12:25 AM



Theme © iAndrew 2016 - Forum software by © MyBB