I just tested this and it works fine.  Here's my test code:

<cfx_imsMail
spooldir="\\rabbitt\e$\test\"
smtpto="[EMAIL PROTECTED]"
smtpfrom="[EMAIL PROTECTED]"
header_To="[EMAIL PROTECTED]"
header_From="[EMAIL PROTECTED]"
header_Subject="test"
body="test"
header_Message_id="test"
savecopy="yes"
savedir="\\rabbitt\e$\test2\">

<cfoutput>
#imsMail_savedfilename#<br>
#imsMail_messagesize#
</cfoutput>

I got a mail and control file in the test folder and a mail file in the test2 folder.

Here's the output from my test:

\\rabbitt\e$\test2\iMS-08EA02996DEE7B488006.mail
135 

Regards,

Howie

----- Original Message ----- 
From: "Greg Silver" <[EMAIL PROTECTED]>
To: "inFusion Support List" <[EMAIL PROTECTED]>
Sent: Tuesday, February 19, 2002 3:44 PM
Subject: RE: [iMS] question


> I must be doing SOMETHING wrong...
> 
> the #configuredmaildirectory# IS set in the application.cfm ( i tested to
> make sure it was correctly outputing )
> 
> <cfx_imsMail
> kickpost="yes"
> smtpto="#recipients#"
> smtpfrom="#client.username#@#client.domain#"
> header_To="#form.mailto#"
> header_From="#form.fullfrom#"
> header_Cc="#cclist#"
> header_Subject="#form.mailsubject#"
> body="#form.mailbody#
> #GetSignature.Signature#
> #ServerSignature#"
> header_Message_id="#uniqueid#"
> attachments="#attfiles#"
> savecopy="yes"
> savedir="#ConfiguredMailDirectory#">
> 
> 

==^=======================================================
     This list server is Powered by iMS
   "The Swiss Army Knife of Mail Servers"
   --------------------------------------
To leave this list please complete the form at 
http://www.coolfusion.com/iMSSupport.cfm
Need an iMS Developer license?  Sign up for a free license here:
http://www.coolfusion.com/iMSDevelopers.cfm
List archives: http://www.mail-archive.com/infusion-email%40eoscape.com/
Note: You are subscribed as [email protected]
==^=======================================================


Reply via email to