1bb87d41d15fe27b500a4bfcde01bb0e
Anyone know what this is ?

Webmail through my server, why would that matter ? It was Opencart that attached the file. The size of the file is 6.26 KBavvici wrote:What email provider are you using?
can you post your results and any links ? Thanksyooperkiwi wrote:I wasn't able to open it. I have seen messages on here about a fix for store logo not being attached, so I'll try that in the next day or so to see if that solves the problem.
Code: Select all
$mail->addAttachment(DIR_IMAGE . $this->config->get('config_logo'), md5(basename($this->config->get('config_logo'))));
Code: Select all
$template->data['logo'] = 'cid:' . md5(basename($this->config->get('config_logo')));
Code: Select all
$template->data['logo'] = $order_info['store_url'].'image/data/IMAGENAME';
Users browsing this forum: No registered users and 162 guests