Problems with HTML e-mail

2009-02-18 Thread Charl Gerber
Hi, I'm using Commons E-Mail 1.1. I am sending an e-mail as both HTML and TEXT, but mozilla thunderbird always shows the text version with the html as an attachment. However, if I embed an image (only these lines are added!): String cid = email.embed(MailSender.LOGO_GIF_URL, "GolfCentralLogo")

Re: Problems with HTML e-mail

2009-02-18 Thread Siegfried Goeschl
Hi Charl, commons-email-1.1 has some major problems regarding HTML email layout but those problems were recently fixed (SVN trunk). Can you build the stuff from SVN using M2? Cheers, Siegfried Goeschl Charl Gerber wrote: > Hi, I'm using Commons E-Mail 1.1. > > I am sending an e-mail as both HTM

Re: Problems with HTML e-mail

2009-02-18 Thread Charl Gerber
will try... otherwise, when is the next version available? What other problems ar ethere? --- On Wed, 18/2/09, Siegfried Goeschl wrote: > From: Siegfried Goeschl > Subject: Re: Problems with HTML e-mail > To: "Commons Users List" > Date: Wednesday, 18 February, 20

Re: Problems with HTML e-mail

2009-02-18 Thread Siegfried Goeschl
, Siegfried Goeschl wrote: > > >> From: Siegfried Goeschl >> Subject: Re: Problems with HTML e-mail >> To: "Commons Users List" >> Date: Wednesday, 18 February, 2009, 5:46 PM >> Hi Charl, >> >> commons-email-1.1 has some major problems re

Re: Problems with HTML e-mail

2009-02-18 Thread Charl Gerber
, Siegfried Goeschl wrote: > From: Siegfried Goeschl > Subject: Re: Problems with HTML e-mail > To: "Commons Users List" > Date: Wednesday, 18 February, 2009, 6:08 PM > Hi Charl, > > as my colleagues say : "the problem sits between > keyboard and display"

Re: Problems with HTML e-mail

2009-02-18 Thread Siegfried Goeschl
en without inline images. Good stuff. > > The new .jar is 27K vs the original commons-email-1.1.jar that was 30K. Is > that correct? > > Charl > > > > --- On Wed, 18/2/09, Siegfried Goeschl wrote: > > >> From: Siegfried Goeschl >> Subject: Re:

Re: Problems with HTML e-mail

2009-02-18 Thread Charl Gerber
I'm building with Java 1.6. --- On Wed, 18/2/09, Siegfried Goeschl wrote: > From: Siegfried Goeschl > Subject: Re: Problems with HTML e-mail > To: "Commons Users List" > Date: Wednesday, 18 February, 2009, 7:38 PM > Hi Charl, > > on my box it is around

Re: Problems with HTML e-mail

2009-02-18 Thread Siegfried Goeschl
Well, on Mac OS 10.4 the choice is a bit more limited JDK 1.5 Cheers, Siegfried Goeschl Charl Gerber wrote: > I'm building with Java 1.6. > > > > --- On Wed, 18/2/09, Siegfried Goeschl wrote: > > >> From: Siegfried Goeschl >> Subject: Re: Pro