Hello, We have a weird error sending emails.
We use the ASPMail object (DLL) to send emails and the MIME method for dual mail (HTML and plain text). We realize when we try to send a "big mail" (say, 50kb!!!) the HTML part of the email appears with errors:. ASP Mail puts some kind a space. I've read ASPMail docs and they say "AspMail can encode high characters using a scheme where the = sign indicates a character to be decoded follow by the hex string value of the character to be encoded. This system of course assumes that the client can decode these characters (which most can). This is called quoted-printable encoding. The default for AspMail is not to use QP encoding. Things that trigger automatic QP encoding: High characters - characters with the following ordinal values 0..31,61,128..255 Long lines of a message body (you can turn wordwrap on to fix this case) Most clients are capable of handling QP encoding. If your client is not capable then you should upgrade your client or you must work within the above limitations to prevent the QP encoding from occuring." But we turn WordWrap ON but still we get errors with space. someone had a similar problem? May I use some kind of wordwrap function ? or something? thanks in advance (!!), ~Juan ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

