Perhaps you could take a look at the custom tag that Seth wrote as an
alternative to CFMail.  (Tossing ball to Seth ....)

--
Billy Cravens
HR Web Development, Sabre
[EMAIL PROTECTED]

"Milo D. Strawn" wrote:

> 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

Reply via email to