ok, I needed to specify a server and another problem is that when I went to check this through a web page, it was caching the mail directory so I wasn't seeing updates.

Ok, so I have two more problems.  The more important of the two is that when I grab the FROM email address from a form field, the mail doesn't send (see the code below) but when I enter in an email address directly into the FROM, the email sends.

Problem number 2 is more aesthetic.  The text that I gets entered into the suggestion area may have returns in it, but when I get the mail, it's just one long string.  Is there a cure for this?  I have type=html right now.

<cfmail
      TO = "[EMAIL PROTECTED]"
      <!---FROM = "[EMAIL PROTECTED]"--->
      FROM = "#Form.s_email#"
      SUBJECT = "Eatsmart Suggestion"
      TIMEOUT = "30"
      TYPE = "html"
      SERVER = "mail.umd.edu">
      #Form.suggestion#
</cfmail>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to