When I do a sendEmailFromScreen and inspect the html, I'll get a lot
of garbage characters like this =09 =20 Does anyone have any idea what could be the cause? |
Administrator
|
Quick guess: looks like you get some wrong encoding and need to use StringUtil.wrapString() somewhere. Look for example in FTL file
Could be another reason though (because I'm not quite sure about what =09 =20 could be...) Jacques From: "Patrick" <[hidden email]> > When I do a sendEmailFromScreen and inspect the html, I'll get a lot > of garbage characters like this =09 =20 > Does anyone have any idea what could be the cause? > |
Thanks for the suggestion. I'm about to trace it. I'll just give you
one more example in case your memory is jogged in the FTL <div class="screenlet"> in the email I get this extra "3D" <div class=3D"screenlet"> Regards, Patrick On Fri, Apr 9, 2010 at 3:38 AM, Jacques Le Roux <[hidden email]> wrote: > Quick guess: looks like you get some wrong encoding and need to use > StringUtil.wrapString() somewhere. Look for example in FTL file > > Could be another reason though (because I'm not quite sure about what =09 > =20 could be...) > > Jacques > > > From: "Patrick" <[hidden email]> >> >> When I do a sendEmailFromScreen and inspect the html, I'll get a lot >> of garbage characters like this =09 =20 >> Does anyone have any idea what could be the cause? >> > > |
In reply to this post by Jacques Le Roux
I'm sending it through my gmail account. The data is getting mangled
when its negotiating with gmail apparently. fyi On Fri, Apr 9, 2010 at 3:38 AM, Jacques Le Roux <[hidden email]> wrote: > Quick guess: looks like you get some wrong encoding and need to use > StringUtil.wrapString() somewhere. Look for example in FTL file > > Could be another reason though (because I'm not quite sure about what =09 > =20 could be...) > > Jacques > > > From: "Patrick" <[hidden email]> >> >> When I do a sendEmailFromScreen and inspect the html, I'll get a lot >> of garbage characters like this =09 =20 >> Does anyone have any idea what could be the cause? >> > > |
In reply to this post by Patrick-4
In my experience, =09 and =20 usually indicate ascii characters getting
munged in translation somehow. =20 is ascii SPACE, =09 is ascii TAB. Why they are being escaped with a = instead of the usual html \ is another question, but I've seen Microsoft do this, don't know why. -- Matt Warnock <[hidden email]> RidgeCrest Herbals, Inc. On Fri, 2010-04-09 at 08:36 -0500, Patrick wrote: > Thanks for the suggestion. I'm about to trace it. I'll just give you > one more example in case your memory is jogged > > in the FTL > <div class="screenlet"> > > in the email I get this extra "3D" > <div class=3D"screenlet"> > > Regards, > Patrick > > > On Fri, Apr 9, 2010 at 3:38 AM, Jacques Le Roux > <[hidden email]> wrote: > > Quick guess: looks like you get some wrong encoding and need to use > > StringUtil.wrapString() somewhere. Look for example in FTL file > > > > Could be another reason though (because I'm not quite sure about what =09 > > =20 could be...) > > > > Jacques > > > > > > From: "Patrick" <[hidden email]> > >> > >> When I do a sendEmailFromScreen and inspect the html, I'll get a lot > >> of garbage characters like this =09 =20 > >> Does anyone have any idea what could be the cause? > >> > > > > |
In reply to this post by Patrick-4
usually you have a setting in your email server or client that you want
all emails in text mode. this is the result of the convert process. ========================= BJ Freeman http://bjfreeman.elance.com Strategic Power Office with Supplier Automation <http://www.businessesnetwork.com/automation/viewforum.php?f=93> Specialtymarket.com <http://www.specialtymarket.com/> Systems Integrator-- Glad to Assist Chat Y! messenger: bjfr33man <http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro> Patrick sent the following on 4/8/2010 5:22 PM: > When I do a sendEmailFromScreen and inspect the html, I'll get a lot > of garbage characters like this =09 =20 > Does anyone have any idea what could be the cause? > |
Free forum by Nabble | Edit this page |