> Just curious, but how would you construct the files that get dumped?

Here's a sample from one of my all-user mailings...

--[ Begin Code ]--

<cffile action="write" file="c:\inetpub\mailroot\pickup\#createuuid()#.txt"
output="Content-type: text/plain
Date: #dateformat(now(), "ddd, d mmm yyyy")# #timeformat(now(),
"HH:mm:ss")# -0500
To: #userdata.Email#
From: [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Subject: DtDNS System Announcement

Message for you sir!
">

--[ End Code ]--

If you're going send HTML mail, I would suggest putting the contents into a
variable instead of inline to avoid problems with the double quotes.  The
GMT offset needs to be adjusted to match your time zone.

To use this, just make sure the IIS SMTP service is enabled and configured
in a secure manner so others can't relay through it.

-Justin Scott, Lead Developer
 Sceiron Internet Services, Inc.
 http://www.sceiron.com


______________________________________________________________________
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to