How do I add an attachment to the confirmation email (or any/all emails)? I want the order information to appear in the body as well as an attachment for all emails.
How do I add an attachment to the confirmation email (or any/all emails)? I want the order information to appear in the body as well as an attachment for all emails.
You would have to save the email content first on the server as file and then attach it using mail_attachment
This might help!
Tutorials on Zen Cart
http://tutorials.zen-cart.com/index.php
---------------
advanced.programmer at gmail dot com
In love with Zen Cart!!
Thanks for the reply.
I have tried just that by playing around with Steve Kim's 'Automation of Packing Slip on Sale' module but it breaks the tables on all the test sites I have tried.
I was hoping for a more elegant solution. Looking at the class.phpmailer.php file it looks like an attachment function is already defined. I would think it would be as easy as defining the content of the attachment as the result of the createbody body function and making that part of the mail function (so that every email sent sends the content of the body as an additional attachment) but I haven't yet puzzled out exactly how to make it work.
I'm curious if you ever got this working? I could use the same function of including the confirmation in an attachment.
Thanks,
Jeff
Bookmarks