Copy link to clipboard
Copied
<cfquery name="895" datasource="85964">
SELECT name FROM 568 WHERE ID = #ID#
</cfquery>
<cfloop query = "895">
<cfmail to="#form.email#" from="xx@xx.com" subject="#form.subject#" type="html">
<cfoutput><pre>#form.body#</pre></cfoutput>
<cfoutput><cfmailparam file="/45/#name#" type="application/pdf" /></cfoutput>
</cfmail>
</cfloop>
<cfdump var="#pdf_list#">
it dumps out 4 pdfs names but it send out only 3 every times it missies first file
Great. Thanks for the update.
If you get a chance, please mark this topic as answered.
Copy link to clipboard
Copied
Do you have any specific details you can share?
--
JeffC
Copy link to clipboard
Copied
hi thanks for replay, but I figured out the issue, everything is fine its size of pdf which makes that pdf undeliverable.
Copy link to clipboard
Copied
Great. Thanks for the update.
If you get a chance, please mark this topic as answered.