Does anyone with knowledge of OpenCart 2.2.0.0 know how I could implement the addAttachment
function found in system/libary/mail.php
:
public function addAttachment($filename) {
$this->attachments[] = $filename;
}
Does anyone with knowledge of OpenCart 2.2.0.0 know how I could implement the addAttachment
function found in system/libary/mail.php
:
public function addAttachment($filename) {
$this->attachments[] = $filename;
}