> I have an email being sent out with cfmail on a coldfusion 4.5
> server. The content is being pulled from a database. The copy
> in the database is perfect. However once the email is received
> by the user the copy has problems.
>
> This is the copy as it sites in the database:
> "....security at the company since the....."
>
> The copy how it appears in the email:
> "....security at the compa! ny since the...."
>
> any ideas???

Yep. My co-worker was dealing with that same issue a few days ago.
The answer is, that the lines are too long in the outgoing mail
and some mail servers cut them (and add ! sign to the end).

Try wrapping your lines before sending the mail. Use wrap.cfm that
comes with one of the CF example apps
(/cfdocs/exampleapp/email/wrap.cfm).


Erki

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to