This topic is locked

Send email with file csv attached

10/15/2012 2:55:51 AM
PHPRunner General questions
L
Luca author

Hi,
Can I Create a button that send an email with all the shoppingcart items in a csv file attached?
Thanks and best Regards,

Luca

T
Tempus_Erus 10/15/2012

This may help you create the CSV file:
http://www.asprunner.com/forums/topic/19173-save-excel-output/pagefromsearch1
You could then code a button to run a mail script that 'picks up the csv' fileand emails accordingly.
Hopefully this may genertae some ideas.....