View Single Post
  #3  
Old 12-29-2007, 10:23 AM
 
JonStout JonStout is offline
 

Member
  
Join Date: May 2007
Posts: 12
 

Default Re: images in confirmation emails as links not attachments

Just wanted to confirm and update this for 4.1.9.

now the PHP file is under include/func/func.mail.php

I commented this line:

Quote:
list($mail_message, $files) = func_attach_images($mail_message);

And then, in the email template files, I replaced
Quote:
{$ImagesDir}

with
Quote:
{$http_location}/skin1/images/

(be careful of the trailing slash -- you may get doubles "//"

I haven't had any secure pages, but it seems to have worked fine for all regular non-secure emails.
__________________
X-Cart Gold [unix]
Version 4.1.12
Reply With Quote