taking a wild guess...

Your code is on linux so you are using LF as the newline character in your
message (assuming the message is also in your source). Accoring to the smtp
RFC, each line must end with CRLF. If your smtp server uses Qmail (popular
replacement for sendmail), you'll need to replace the LFs in your message
with CRLFs before sending because Qmail very strictly adheres to the RFC.


Mark


At 09:03 AM 3/3/01 +1000, you wrote:
>What do you mean, it doesn't work?
>
>What do CF's logs say? What do your system logs says? What does MySQL have to
>do with your email? What exactly happens when you call CFMAIL?
>
>
>----- Original Message -----
>From: "Brown, Brian" <[EMAIL PROTECTED]>
>To: "CF-Linux" <[EMAIL PROTECTED]>
>Sent: Saturday, March 03, 2001 1:55 AM
>Subject: CFMAIL Question
>
>
>> Hello all,
>>
>> "Long time listener first time caller."
>> We seam to be having a problem with the CFMAIL tag (It dont work). Is
>> there a known bug that prevents it from working? If so do you know of
>> any work arounds?  The server is Red Hat 6.2 the database is MySql (not
>> by choice). Any help would be appreciated.The email server is qmail.
>> "I'll hang up and wait for your response."
>>
>>
>> brianBrown
>> [EMAIL PROTECTED]
>> <cf_beware_the_penguin>
>
>
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-linux%40houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_linux or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to