I can't for the life of me figure out why my CFMail tags don't work.  It works 
fine on one server, but not on another--so that makes me think that the code is 
fine.  According to our system administrator (who handles ColdFusion 
Administrator for the server where the code doesn't work) it's set up properly. 
 He has the mail server set in the administrator and can verify that the 
connection works.

I've tried specifying the mail server in my tag as well as leaving it out.

<cfmail Subject="New loan application" From="[EMAIL PROTECTED]" To="[EMAIL 
PROTECTED]" server="mail.domain.com">
  <CFPROCESSINGDIRECTIVE SUPPRESSWHITESPACE="No">
   A new loan application has been submitted. Please login with your username 
and password to view the application...
   -------------------------------------------------------------------
   applicant information:
   Name: #FORM.fname# #FORM.lname#
  </CFPROCESSINGDIRECTIVE>
 </cfmail>

Even if I use the following (very simple) code, it doesn't work.

 <cfmail subject="This is a test" from="[EMAIL PROTECTED]" to="[EMAIL 
PROTECTED]">
  This is a test.
</cfmail>

No error messages are thrown--the e-mail is just not sent.

Can anybody give me possible reasons why cfmail tags might not work?

Thanks!

Chris




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

Archive: 
http://www.houseoffusion.com/groups/CF-Newbie/message.cfm/messageid:3065
Subscription: http://www.houseoffusion.com/groups/CF-Newbie/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15

Reply via email to