hi everybody,

i've got a problem concerning attachements in cfmail

coldfusion code looks like this:

....
<cfmail to="[EMAIL PROTECTED]" from="#form.absender#" subject="#form.betreff#">
<cfif local_file IS NOT "">
<cfmailparam file="#UploadPath##File.ServerFile#">
</cfif>
Test
</cfmail>
....

but the mail doesn't get delivered.
instead i got something like this in the undelivr Folder:
-------------------------------------------------------------------------
server:  mail.domain.com:25
from:  [EMAIL PROTECTED]
to:  [EMAIL PROTECTED]
subject:  Produktanfrage
type:  text/plain; charset=ISO-8859-1
X-Mailer:  ColdFusion MX Application Server
body: test   
file:  C:\Inetpub\wwwroot\domain.com\temp_upload\Winter1.jpg;image/jpeg; 
name=Winter1.jpg
--------------------------------------------------------------------------

if i remove the "file" line and move it back to the spool folder, the mail gets 
delivered. but with it, it only comes back to the undelivr folder.
the file location exists and i'm using ColdFusion MX 6.

can anybody help me?






~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Get involved in the latest ColdFusion discussions, product
development sharing, and articles on the Adobe Labs wiki.
http://labs/adobe.com/wiki/index.php/ColdFusion_8

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:287428
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to