[Email] Problem embeding Inline images

2009-09-14 Thread Marcio Carvalho
Hi all, I'm experiencing some problems trying to embed images in my emails. I use commons-email-1.1. I have the following code: *HtmlEmail email = new HtmlEmail(); email.setCharset("ISO-8859-1"); email.setHostName(EMAIL_SERVER); email.addTo(x, y); email.setFrom("sys...@domain", "ACME"); email.se

Re: [CONFIGURATION] Help with optional XML file in override section of configuration builder.

2009-09-14 Thread Oliver Heger
Martin Ritchie schrieb: Hi, I have been reading the Configuration Builder docs (http://commons.apache.org/configuration/userguide/howto_configurationbuilder.html) and have been trying to get the configuration below to take my optional configuration. However, both the test.config property and the

[CONFIGURATION] Help with optional XML file in override section of configuration builder.

2009-09-14 Thread Martin Ritchie
Hi, I have been reading the Configuration Builder docs (http://commons.apache.org/configuration/userguide/howto_configurationbuilder.html) and have been trying to get the configuration below to take my optional configuration. However, both the test.config property and the resulting file must exist