Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
grndvl1 #1
Re: CFMAIL tempSPOOL directory
I figured a way around this that is better and more efficient.
1. Build the emails but don't send it to CFMAIL, put it in a database.
2. Setup up a CFMAIL process that then calls a query and builds the email from
the db. You can setup to build unsent emails to the limit that cf server can
send them. I noticed that our server can handle about 2500 emails / hour.
That is if you are using the spooler. It may be faster if you don't.
3. If there are any problems you have a record of all the emails sent. I
typically clear out my emails every month from the DB to keep the size low.
grndvl1 Guest
-
<cfmail></cfmail> in a script
I am wondering if I can put <cfmail> tags and code within a javascript script. will the browser recognize it, and perform the instructions? ... -
cfmail - Attribute validation error for tag CFMAIL.
I'm getting the error ' Attribute validation error for tag CFMAIL.' on the code below. All its doing is outputting a text string to the TO: field. ... -
Active Directory Search fails ("The directory service is unavailab
Hi all, I'm having one of those nerve wrecking errors, when trying to perform a simple search in an Active Directory. The objective of the code... -
Server cannot access application directory ... The directory does not exist or is not accessible because of security settings
If you are using Windows XP in a Workgroup, rather than a Domain, then by default "Simple Filesharing" is turned on, and you won't see a security... -
Server cannot access application directory... The directory does not exist or is not accessible because of security settings.
Hi, I have this issue with the error below. Let me explain my goal and my server environement: Goal: To have 3 separate web servers reading...



Reply With Quote

