Details
Assignee
Michael OffnerMichael OffnerReporter
Tom KingTom KingPriority
MajorLabels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Affects versions
Details
Details
Assignee
Michael Offner
Michael OffnerReporter
Tom King
Tom KingPriority
Labels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Affects versions
Created 11 November 2015 at 13:59
Updated 18 August 2020 at 11:42
This fails:
<cfscript>
yourEmail="test@domain.com";
cfdocument(format='pdf', name="test1", fontembed="true"){writeOutput("TEST");};
fileWrite("ram://Sample.pdf", test1);
</cfscript>
<cfmail to="me@domain.com" from="me@domain.com" subject="Test" spoolenable="false">
<cfmailparam file = "ram://Sample.pdf" type="application/pdf">
</cfmail>
Stack Trace:
===============