CFMail problems/limitations

2002-04-18 Thread Morgan, Thomas J.

Does anyone know if there is a limitation to the number of characters that
can be used in the body of a message sent using the CFMail tag.  I have an
application that dynamically sends emails to users where the To,
Subject, and body fields are populated with information from a SQL
database.  The information in the database is correct.  However, when the
message gets sent out, long paragraphs in the body get cut off.  Is there a
limit to how long a single paragraph can be within the tag.  Thanks for any
help.

Thomas J. Morgan
Research Triangle Institute
3040 Cornwallis Road
RTP, NC  27709
(919)541-7414
[EMAIL PROTECTED]
Http:\\www.rti.org


__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFMail problems/limitations

2002-04-18 Thread Jochem van Dieten

Morgan, Thomas J. wrote:
 Does anyone know if there is a limitation to the number of characters that
 can be used in the body of a message sent using the CFMail tag.  I have an
 application that dynamically sends emails to users where the To,
 Subject, and body fields are populated with information from a SQL
 database.  The information in the database is correct.  However, when the
 message gets sent out, long paragraphs in the body get cut off.  Is there a
 limit to how long a single paragraph can be within the tag.  Thanks for any
 help.

Linebreak is required after every 998 characters, and recommended after 
every 78 characters. Try cf_wrap from the DevEx.

Jochem

__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFMail problems/limitations

2002-04-18 Thread Morgan, Thomas J.

Great.  I will give it a try.  Thank you.

Thomas J. Morgan
Research Triangle Institute
3040 Cornwallis Road
RTP, NC  27709
(919)541-7414
[EMAIL PROTECTED]
Http:\\www.rti.org



-Original Message-
From: Jochem van Dieten [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 18, 2002 11:49 AM
To: CF-Talk
Subject: Re: CFMail problems/limitations


Morgan, Thomas J. wrote:
 Does anyone know if there is a limitation to the number of characters that
 can be used in the body of a message sent using the CFMail tag.  I have an
 application that dynamically sends emails to users where the To,
 Subject, and body fields are populated with information from a SQL
 database.  The information in the database is correct.  However, when the
 message gets sent out, long paragraphs in the body get cut off.  Is there
a
 limit to how long a single paragraph can be within the tag.  Thanks for
any
 help.

Linebreak is required after every 998 characters, and recommended after 
every 78 characters. Try cf_wrap from the DevEx.

Jochem


__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists