1

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;
}
Chris Forrence
  • 10,042
  • 11
  • 48
  • 64
  • Possible duplicate of [Send Attachment in PHP with OpenCart 2.1.1.1](http://stackoverflow.com/questions/28848952/send-attachment-in-php-with-opencart-2-1-1-1) – Dekel Jun 13 '16 at 12:42

0 Answers0