Thanks for the suggestion, but that didn't work either.  Still does not 
send the mail.  I even tried leaving off the cc: so that nothing was being 
sent to the same mail server, and still nothing.

Any other ideas?

Milo

At 02:39 PM 5/1/01, you wrote:
>I have also run into having problems when the mail is TO, FROM, and RESIDES
>all on the same server.  Something with the internal logic tells it the mail
>is already there before it bothers to send it.  Try:
>
><CFMAIL FROM="[EMAIL PROTECTED]"
>TO="[EMAIL PROTECTED]"
>SUBJECT="Buying Form"
>CC="[EMAIL PROTECTED]">
>
>
>
>-----Original Message-----
>From: Milo D. Strawn [mailto:[EMAIL PROTECTED]]
>Sent: Tuesday, May 01, 2001 1:54 PM
>To: [EMAIL PROTECTED]
>Subject: CFMail Problem
>
>
>This is driving me nuts.  I am using CFMail to send a notification that a
>form has been filled in.  I have done this on at least a dozen sites with
>no problems.  I have one now that will not send the mail.  The template is
>being processed, because I am getting the form variables in an output above
>the cfmail tags and below the cfmail tags.  But the mail is never sent,
>further it does not show up in the spool or undelvr folders.
>
>We are using CF4.51 on an NT box will IIS.  We are using several virtual
>domains on this box and the following mail on another template on the same
>box works fine.
>
>THIS WORKS EVERY TIME.
>
><CFMAIL FROM="[EMAIL PROTECTED]"
>TO="[EMAIL PROTECTED]"
>SUBJECT="Catalogue Order Form"
>CC="[EMAIL PROTECTED]">
>
>The following person has requested a catalogue.
>
>#form.cat_first_name# #form.cat_last_name#
>#form.cat_street#
>#form.cat_city#, #form.cat_state# #form.cat_zip#
>#form.cat_country#
>#form.cat_phone#
>#form.cat_email#
>#form.cat_comments#
>
>Wishes information to be made available to others:  #form.public_list#
>Wishes to be added to mailing list:  #form.catalog_list#
></cfmail>
>
>THIS DOES NOT WORK
>
><CFMAIL FROM="[EMAIL PROTECTED]"
>TO="[EMAIL PROTECTED]"
>SUBJECT="Buying Form"
>CC="[EMAIL PROTECTED]">
>The following information has been submitted by #form.email#:
>
>Area: #form.area#
>Bedrooms: #form.bedrooms#
>Bathrooms: #form.baths#
>Min. Sq. Ft.: #form.sqft#
>School District: #form.ISD#
>Living: #form.living#
>Dining: #form.Dining#
>Gameroom: #form.gameroom#
>Office/Study: #form.office#
>Type: #form.type#
>Stories: #form.stories#
>Lots/Acreage: #form.lots#
>Garage: #form.garage#
>E-Mail: #form.email#
>Phone: #form.phone#
>Best time to Call: #form.calltime#
>Comments:
>#form.comments#
></CFMAIL>
>
>Does anyone see anything that I am missing?
>
>Thanks in advance for your help.
>
>Milo
>
>
>-------------------------------------------------------------------------
>This email server is running an evaluation copy of the MailShield anti-
>spam software. Please contact your email administrator if you have any
>questions about this message. MailShield product info: www.mailshield.com
>
>-----------------------------------------------
>To post, send email to [EMAIL PROTECTED]
>To subscribe / unsubscribe: http://www.dfwcfug.org
>
>-------------------------------------------------------------------------
>This email server is running an evaluation copy of the MailShield anti-
>spam software. Please contact your email administrator if you have any
>questions about this message. MailShield product info: www.mailshield.com
>
>-----------------------------------------------
>To post, send email to [EMAIL PROTECTED]
>To subscribe / unsubscribe: http://www.dfwcfug.org


-------------------------------------------------------------------------
This email server is running an evaluation copy of the MailShield anti-
spam software. Please contact your email administrator if you have any
questions about this message. MailShield product info: www.mailshield.com

-----------------------------------------------
To post, send email to [EMAIL PROTECTED]
To subscribe / unsubscribe: http://www.dfwcfug.org

Reply via email to