$this->email->clear(); not clearing attachment??? |
[eluser]nevsie[/eluser]
I have two emails to send on completing a long form... one to business one to customer. After setting up the first i then call the email clear function, and run through the next, as below... But for some reason the attachment does not clear, and send with the second email too... Am i missing something obvious or is this a bug? Code: $this->email->clear();
[eluser]nevsie[/eluser]
Skip it... missing the TRUE part to clear Attachments... i assumed it would default to this! logically i see why it does not. Code: $this->email->clear(TRUE); |
Welcome Guest, Not a member yet? Register Sign In |