Welcome Guest, Not a member yet? Register   Sign In
Email Class Attachments and Clear()
#1

[eluser]Unknown[/eluser]
Hi,

Not sure if this is a bug, but calling $this->email->clear(); does not seem to clear the attachments.
#2

[eluser]mddd[/eluser]
Have you read the manual fully?
Quote:If you set the parameter to TRUE any attachments will be cleared as well:
Code:
$this->email->clear(TRUE);

It is on purpose; if you need to send the same attachment to multiple people, the file doesn't have to be read every time.
#3

[eluser]Unknown[/eluser]
nvm, replied too fast, thnx




Theme © iAndrew 2016 - Forum software by © MyBB