CFDOCUMENT & EMAIL
Hello,
I created a script that builds a purchase order with the items in the database.
In order to have it in PDF, I surrounded it with a CFDOCUMENT:
<CFDOCUMENT format = "pdf" filename = "Bon_commande_ # IC_ID # .pdf">
I would like to send this document by email:
<cfmailparam file = "http: //site/Admin/_ebooks/Commande_bon.cfm? IC_ID = # IC_ID #" content = "Bon_commande_ # IC_ID # .pdf">
But I have no results 😉
Thank you in advance for your help
