Hello~
I have a form that collects two documents, among other
information. It saves data into a database, which it is doing fine.
The last part of the action code is a <cfmail> message with
all of the form information, and the option to <cfmailparam>
two files, if they are submitted with the form. When I comment out
the two <cfmailparam> lines, the email is sent correctly.
When I leave them in, the form works and collects the correct data,
but no email is sent. Please help!