Guest Posted December 30, 2003 Share Posted December 30, 2003 I am running osCommerce 2.2 MS1 and want to send html emails to new customers with an embedded image (to explain banktransfer). HTML mails go out well formated without any problem, but I was not able to embed the image. Each time I try it, the HTML part of the mail is empty: --=_b1349a6ba07fa05b6d9a4f8a4151e8cd Content-Type: multipart/related ------- --=_b1349a6ba07fa05b6d9a4f8a4151e8cd-- It looked like there was a problem with the file path, so I added some code like if (file_exists($images_dir . basename($images[1][$i]))) instead of if (file_exists($images[1][$i])) and it appears the images were now found, but they are still not included. Is there anybody out who managed to get it work already? Thanks in advance! rgds Werner Link to comment Share on other sites More sharing options...
Guest Posted December 31, 2003 Share Posted December 31, 2003 I found out what the problem was: some bugs in the class email.php. If somebody had same problem, send me a private message. rgds Werner Link to comment Share on other sites More sharing options...
Guest Posted December 31, 2003 Share Posted December 31, 2003 Why not just post here so that everyone can see? Cheers, Matt Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.