Re: Internal references for sendmail

2002-08-21 Thread Themba Mbatha
A while back I had a similar requirement, except that I wanted to send a multipart message. In order to use cocoon's internal capabilities I had to write an Action that read the pipeline from the descriptor. I would suggest you write a simple mailer action for this. On Sun, 2002-08-18 at

Internal references for sendmail

2002-08-18 Thread Paul Pattison
I'm writing a small web app that sends users an email with either an HTML or PDF attachment. This attachment is generated by Cocoon. I've been using the sendmail logicsheet to send the email, but it requires an absolute path to the attachment. Since my attachment is generated by Cocoon, I