sendmail logicsheet: How to send UTF-8 text ?

2009-06-12 Thread hideki tihiri
Hi, I'm successfully using the sendmail logicsheet to generate emails. I have 1 problem; I need to send text in UTF-8. I have following code (snippet): String bodytxttmp = ...read content from UTF-8 file sendmail:bodyxsp:exprbodytxttmp/xsp:expr/sendmail:body The text shows up with some

How to send html/plain mail with sendmail logicsheet ?

2009-06-12 Thread hideki tihiri
I, I do not succeed in sending an HTML mail (with also a regular text as fallback in case the browser does not support it) I have following code (snippet): sendmail:send-mail sendmail:from.../sendmail:from sendmail:toesql:get-string column=email//sendmail:to

Sendmail logicsheet failure

2008-09-04 Thread Ron Balthazor
Good morning, I have been using the sendmail logicsheet for sometime but have just had a failure that I can't resolve. RHEL, Java1.5, Tomcat5.5, Cocoon 2.1.11 I have removed geronimo-spec-javamail-*.jar and geronimo-spec-activation-*.jar from WEB-INF/lib and added Sun's mail.jar

Re: alternative to sendmail logicsheet?

2005-02-10 Thread Rick Tyler
solution. I just want to confirm that I am not crazy - that the damn thing (sendmail logicsheet) does not work out of the box or with any amount of tweaking. Thank you again. Rick - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: alternative to sendmail logicsheet?

2005-02-10 Thread Tony Edwards
Title: Re: alternative to sendmail logicsheet? Hi Rick, Glad to help. Its always good to contribute at least something to such a great community as this! Cocoon is brilliant and the amount of support derived from this list I find is outstanding. I didn't get the samples to work out

Re: alternative to sendmail logicsheet?

2005-02-10 Thread Rick Tyler
solution, but I am really curious whether you ever get the sample Send EMail application to work! I assume not because you went through the trouble of finding another solution. I just want to confirm that I am not crazy - that the damn thing (sendmail logicsheet) does not work out

sendmail logicsheet example not working

2005-02-09 Thread Rick Tyler
The platform is Cocoon-2.1.6 / j2sdk1.4.2_07 / Firefox / Windows 2000. I downloaded mail.jar and activation.jar which are supposedly required to use the sendmail logicsheet, put them in c:\cocoon-2.1.6\lib\local, then said build. It built without any problems and I started it using cocoon

alternative to sendmail logicsheet?

2005-02-09 Thread Rick Tyler
Since no-one answered my question about how to fix the BROKEN sendmail logicsheet example distributed with Cocoon-2.1.6, can anyone please tell me of an alternative method of sending email from XSP? I know about the sendmail action method which doesn't work either in the Send EMail sample

Re: alternative to sendmail logicsheet?

2005-02-09 Thread Tony Edwards
Title: Re: alternative to sendmail logicsheet? Rick, I had to include mail functionality just last week and I approached the task with some trepidation as it seems that both the sendmail action and logicsheet are starting to lose favour with the advent of Cforms and flow. What to do? I did

Re: sendmail logicsheet example not working

2005-02-09 Thread gounis
and activation.jar which are supposedly required to use the sendmail logicsheet, put them in c:\cocoon-2.1.6\lib\local, then said build. It built without any problems and I started it using cocoon servlet. I connect to the default application and everything seems to work, but the sendmail logicsheet sample

sendmail logicsheet and inline attachements

2004-12-24 Thread Rainer Lay
Hi, when sending an attachement with the sendmail logicsheet, I need to send the attachement as inline. This can be done via the java mail api: http://java.sun.com/products/javamail/1.2/docs/javadocs/javax/mail/Part.html#INLINE Is it also possible to specify it in the logicsheet? kind regards

Re: problems with sendmail logicsheet

2004-11-18 Thread BASLE Florent
Hi I had the same error (could not find componet MailSender) because Ihadn'tdeclare the mail sender component in Cocoon.xconf. component class="org.apache.cocoon.mail.MailMessageSender" logger="core.mail.MailSender" role="org.apache.cocoon.mail.MailSender"/ For me it's solved my error ;-) Bye

Réf. : Re: problems with sendmail logicsheet

2004-11-18 Thread marc
original--- De : [EMAIL PROTECTED] Date : 11/18/04 16:22:34 A : [EMAIL PROTECTED] Sujet : Re: problems with sendmail logicsheet Hi I had the same error (could not find componet MailSender) because Ihadn'tdeclare the mail sender component in Cocoon.xconf. component class

problems with sendmail logicsheet

2004-11-17 Thread marc
Hello, i've set up a mail form using the sendmail.xsl stylesheet. It's working fine on my local computer with tomcat, but once uploaded online on resin i get the following error : org.apache.cocoon.ProcessingException: Failed to execute pipeline.: org apache.cocoon.ProcessingException:

Sendmail logicsheet internationalization

2004-02-11 Thread Philippe Guillard
Hi, I've got a problem to internationalize my sendmail : I use a Woody form, then XSP logicsheet as in the sendmail sample, where i get the values entered by woody and add some text that i need to be internationalized to compose the body of the mail. I can't use i18n transformer as the mail seems

Re: Sendmail logicsheet internationalization

2004-02-11 Thread Eduard Drenth
On Wed, 2004-02-11 at 12:28, Philippe Guillard wrote: Hi, I've got a problem to internationalize my sendmail : I use a Woody form, then XSP logicsheet as in the sendmail sample, where i get the values entered by woody and add some text that i need to be internationalized to compose the body

tomcat 4.0.3; cocoon 2.1.3 dev; sendmail logicsheet;attachment

2003-11-18 Thread iyy
hi, we are trying to send email using sendmail logicsheet, email fails if an attachment is specified with cocoon:// protocol. fragment: sendmail:attachment url="" mime-type="text/html" name="test"/ error message is : An error occurred: Se

sendmail logicsheet

2003-10-24 Thread Markus Heussen
hi all, is it possible to send html mails using the xsp logicsheet sendmail.xsl? ` i'm using cocoon 2.1.2. html attachments work fine, but i need to send the body with mime-type text/html. i tried something like sendmail:body mime-type=text/htmlutil:get-source uri=cocoon:/xhtml//sendmail:body

Re: 2 questions about sendmail logicsheet/block

2003-09-09 Thread Christian Haul
On 09.Sep.2003 -- 03:48 AM, Tomasz Nowak wrote: Hello, I wonder: 1. How can I smtp-authorize at given sendmail:smtphost ? Is that feature implemented somewhere or shall I go to dev@ and ask developers to implement such function? javamail supports this to some extend. However,