I am writing a function that sends multipart e-mails and haven't used
functions for a little while so am a bit rusty.
All of my other functions are written in cfscript i.e. function
functionname(param1,param2).
As this function uses cfmail I have had to do it as a cffunction (as I
can't do <cfmail in a <cfscript right?)
 
So my question is I have to use <cfinvoke to run this don't I? Does this
mean I have to make it into a component?
 
I just want to use my function - don't want to have to deal with
components, methods, arguments collections and so on.
 
Thanks
 
Giles Roadnight
http://giles.roadnight.name
 

Reply via email to